Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3071143
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3071143
Commits
b38e66de
Commit
b38e66de
authored
1 year ago
by
Karim Boudjema
Committed by
Karim Boudjema
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3071143
: Fix spelling.
parent
d156cdf2
No related branches found
Tags
previous/3071143-table-render-array-testing-11-x/2023-10-16-1
No related merge requests found
Pipeline
#31781
passed
1 year ago
Stage: 🏗️ Build
Stage: 🪄 Lint
Stage: 🗜️ Test
Pipeline: drupal-3071143
#31782
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/lib/Drupal/Core/Render/Element/Table.php
+1
-1
1 addition, 1 deletion
core/lib/Drupal/Core/Render/Element/Table.php
with
1 addition
and
1 deletion
core/lib/Drupal/Core/Render/Element/Table.php
+
1
−
1
View file @
b38e66de
...
...
@@ -77,7 +77,7 @@
* '#empty' => $this->t('No entries available.'),
* );
*
* // Add arbitrarily four rows to the table. Each row contains two fiels
* // Add arbitrarily four rows to the table. Each row contains two fiel
d
s
* // (name and phone). The preRenderTable() method will add each
* // sub-element (or children) of the table element to the #rows property.
* for ($i = 1; $i <= 4; $i++) {
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment