#2948828 follow-up by Wim Leers: Minor style fixes to comments.
parent
a22c264062
commit
399f5950d6
|
@ -159,8 +159,8 @@ class QuickEditIntegration implements ContainerInjectionInterface {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Alter the view_mode of all fields outside of the Layout Builder
|
// Alter the Quick Edit view mode ID of all fields outside of the Layout
|
||||||
// sections to force QuickEdit to request to field metadata.
|
// Builder sections to force Quick Edit to request to the field metadata.
|
||||||
// @todo Remove this logic in https://www.drupal.org/project/node/2966136.
|
// @todo Remove this logic in https://www.drupal.org/project/node/2966136.
|
||||||
foreach (Element::children($build) as $field_name) {
|
foreach (Element::children($build) as $field_name) {
|
||||||
if ($field_name !== '_layout_builder') {
|
if ($field_name !== '_layout_builder') {
|
||||||
|
|
Loading…
Reference in New Issue