Mercurial > hg > isophonics-drupal-site
comparison core/modules/field_ui/src/Element/FieldUiTable.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | c2387f117808 |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
157 // Add region rows. | 157 // Add region rows. |
158 if (isset($region['title']) && empty($region['invisible'])) { | 158 if (isset($region['title']) && empty($region['invisible'])) { |
159 $elements['#rows'][] = [ | 159 $elements['#rows'][] = [ |
160 'class' => [ | 160 'class' => [ |
161 'region-title', | 161 'region-title', |
162 'region-' . $region_name_class . '-title' | 162 'region-' . $region_name_class . '-title', |
163 ], | 163 ], |
164 'no_striping' => TRUE, | 164 'no_striping' => TRUE, |
165 'data' => [ | 165 'data' => [ |
166 ['data' => $region['title'], 'colspan' => $columns_count], | 166 ['data' => $region['title'], 'colspan' => $columns_count], |
167 ], | 167 ], |