function mongodb_block_theme in MongoDB 7
Implements hook_theme().
See also
File
- mongodb_block/
mongodb_block.module, line 56 - Controls the visual building blocks a page is constructed with.
Code
function mongodb_block_theme() {
return [
'block' => [
'render element' => 'elements',
'template' => 'block',
'path' => drupal_get_path('module', 'block'),
],
];
}