function LayoutBuilderThemeSuggestionsTestThemeHooks::theme

Implements hook_theme().

Attributes

#[Hook('theme')]

File

core/modules/layout_builder/tests/modules/layout_builder_theme_suggestions_test/src/Hook/LayoutBuilderThemeSuggestionsTestThemeHooks.php, line 17

Class

LayoutBuilderThemeSuggestionsTestThemeHooks
Theme hook implementations for layout_builder_theme_suggestions_test.

Namespace

Drupal\layout_builder_theme_suggestions_test\Hook

Code

public function theme() : array {
  // It is necessary to explicitly register the template via hook_theme()
  // because it is added via a module, not a theme.
  return [
    'field__node__body__bundle_with_section_field__default' => [
      'base hook' => 'field',
    ],
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.