class LayoutBuilderThemeSuggestionsTestHooks
Hook implementations for layout_builder_theme_suggestions_test.
Hierarchy
- class \Drupal\layout_builder_theme_suggestions_test\Hook\LayoutBuilderThemeSuggestionsTestHooks
Expanded class hierarchy of LayoutBuilderThemeSuggestionsTestHooks
File
-
core/
modules/ layout_builder/ tests/ modules/ layout_builder_theme_suggestions_test/ src/ Hook/ LayoutBuilderThemeSuggestionsTestHooks.php, line 12
Namespace
Drupal\layout_builder_theme_suggestions_test\HookView source
class LayoutBuilderThemeSuggestionsTestHooks {
/**
* Implements hook_theme().
*/
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.