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