diff --git a/core/modules/layout_builder/layout_builder.module b/core/modules/layout_builder/layout_builder.module index b05382b94d1..cf1fcc9be65 100644 --- a/core/modules/layout_builder/layout_builder.module +++ b/core/modules/layout_builder/layout_builder.module @@ -183,7 +183,7 @@ function layout_builder_entity_build_defaults_alter(array &$build, EntityInterfa } /** - * Implements hook_builder_module_implements_alter(). + * Implements hook_module_implements_alter(). */ function layout_builder_module_implements_alter(&$implementations, $hook) { if ($hook === 'entity_view_alter') {