You are here

function mongodb_block_ui_theme in MongoDB 7

Implements hook_theme().

File

mongodb_block_ui/mongodb_block_ui.module, line 36
Controls the visual building mongodb_block_uis a page is constructed with.

Code

function mongodb_block_ui_theme() {
  return array(
    'mongodb_block_ui_admin_display_form' => array(
      'template' => 'mongodb-block-ui-admin-display-form',
      'file' => 'mongodb_block_ui.admin.inc',
      'render element' => 'form',
    ),
  );
}