function block_content_theme
Same name in other branches
- 9 core/modules/block_content/block_content.module \block_content_theme()
- 8.9.x core/modules/block_content/block_content.module \block_content_theme()
- 10 core/modules/block_content/block_content.module \block_content_theme()
Implements hook_theme().
File
-
core/
modules/ block_content/ block_content.module, line 43
Code
function block_content_theme($existing, $type, $theme, $path) : array {
return [
'block_content_add_list' => [
'variables' => [
'content' => NULL,
],
'file' => 'block_content.pages.inc',
],
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.