Skip to content
Snippets Groups Projects
Commit 6d3d6500 authored by Angie Byron's avatar Angie Byron
Browse files

#2948828 follow-up by Wim Leers: Minor style fixes to comments.

(cherry picked from commit 399f5950)
parent c8cf1710
No related branches found
No related tags found
No related merge requests found
......@@ -159,8 +159,8 @@ public function entityViewAlter(array &$build, EntityInterface $entity, EntityVi
}
}
}
// Alter the view_mode of all fields outside of the Layout Builder
// sections to force QuickEdit to request to field metadata.
// Alter the Quick Edit view mode ID of all fields outside of the Layout
// Builder sections to force Quick Edit to request to the field metadata.
// @todo Remove this logic in https://www.drupal.org/project/node/2966136.
foreach (Element::children($build) as $field_name) {
if ($field_name !== '_layout_builder') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment