You are here

function mongodb_block_ui_test_mongodb_block_ui_view in MongoDB 7

Implements hook_mongodb_block_ui_view().

File

mongodb_block_ui/tests/mongodb_block_ui_test.module, line 21
Provide test mongodb_block_uis.

Code

function mongodb_block_ui_test_mongodb_block_ui_view($delta = 0) {
  return array(
    'content' => variable_get('mongodb_block_ui_test_content', ''),
  );
}