function block_theme

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',
    ),
  );
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!block!block.module/function/block_theme/8.1.x