block_theme()
Implements hook_theme().
File
- core/modules/block/block.module, line 55
- Controls the visual building blocks a page is constructed with.
Code
function block_theme() {
return array(
'block' => array(
'render element' => 'elements',
),
);
}
Please login to continue.