function layout_builder_test_theme

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module \layout_builder_test_theme()

Implements hook_theme().

File

core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module, line 183

Code

function layout_builder_test_theme() {
  return [
    'block__preview_aware_block' => [
      'base hook' => 'block',
    ],
  ];
}

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