You are here

function mongodb_block_enable in MongoDB 7

Implements hook_enable().

File

mongodb_block/mongodb_block.install, line 45
Install, update and uninstall functions for the MongoDB block module.

Code

function mongodb_block_enable() {
  _mongodb_block_ensure_all_indexes();
}