You are here

Functions in MongoDB 7

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_mongodb_clean_tests ./mongodb.drush.inc Drush callback: drop the Simpletest leftover collections.
drush_mongodb_cli ./mongodb.drush.inc Drush callback; Start the mongodb shell.
drush_mongodb_conf ./mongodb.drush.inc Drush callback; Print the config of the mongodb.
drush_mongodb_connect ./mongodb.drush.inc Drush callback; Return the connect string.
drush_mongodb_migrate mongodb_migrate/mongodb_migrate.drush.inc Drush callback; migrate all field data into MongoDB.
drush_mongodb_migrate_prepare mongodb_migrate/mongodb_migrate.drush.inc Drush callback; prepares for migration by updating {field_config}.
drush_mongodb_query ./mongodb.drush.inc Drush callback; Execute a query against a mongodb.
hook_block_info mongodb_block/mongodb_block.api.php Define all blocks provided by the module.
hook_block_view mongodb_block/mongodb_block.api.php Return a rendered or renderable view of a block.
hook_block_view_alter mongodb_block/mongodb_block.api.php Perform alterations to the content of a block.
hook_block_view_MODULE_DELTA_alter mongodb_block/mongodb_block.api.php Perform alterations to a specific block.
hook_mongodb_block_info_alter mongodb_block/mongodb_block.api.php Alters the information collected in hook_block_info.
hook_mongodb_block_ui_configure mongodb_block_ui/mongodb_block_ui.api.php Configuration form for the mongodb_block_ui.
hook_mongodb_block_ui_info mongodb_block_ui/mongodb_block_ui.api.php Define all mongodb_block_uis provided by the module.
hook_mongodb_block_ui_info_alter mongodb_block_ui/mongodb_block_ui.api.php Act on mongodb_block_uis prior to rendering.
hook_mongodb_block_ui_save mongodb_block_ui/mongodb_block_ui.api.php Save the configuration options.
hook_mongodb_block_ui_view mongodb_block_ui/mongodb_block_ui.api.php Process the mongodb_block_ui when enabled in a region, to view its contents.
hook_mongodb_block_ui_view_alter mongodb_block_ui/mongodb_block_ui.api.php Perform alterations to the content of a mongodb_block_ui.
hook_mongodb_block_ui_view_MODULE_DELTA_alter mongodb_block_ui/mongodb_block_ui.api.php Perform alterations to a specific mongodb_block_ui.
mongodb ./mongodb.module Returns an MongoDB object. 7 8
mongodb_block_enable mongodb_block/mongodb_block.install Implements hook_enable().
mongodb_block_flush_caches mongodb_block/mongodb_block.module Implements hook_flush_caches().
mongodb_block_form_system_modules_alter mongodb_block/mongodb_block.module Implements hook_form_system_modules_alter().
mongodb_block_get_cache_id mongodb_block/mongodb_block.module Assemble the cache_id to use for a given block. 1
mongodb_block_get_renderable_array mongodb_block/mongodb_block.module Gets an array of blocks suitable for drupal_render(). 1
mongodb_block_menu mongodb_block/mongodb_block.module Implements hook_menu().
mongodb_block_mongodb_block_info_alter mongodb_block/mongodb_block.module Implements hook_mongodb_block_info_alter().
mongodb_block_page_build mongodb_block/mongodb_block.module Implements hook_page_build().
mongodb_block_preprocess_block mongodb_block/mongodb_block.module Processes variables for block.tpl.php.
mongodb_block_rehash mongodb_block/mongodb_block.module Run _mongodb_block_rehash and go to admin/structure. 1
mongodb_block_render_blocks mongodb_block/mongodb_block.module Render the content and subject for a set of blocks. 1
mongodb_block_requirements mongodb_block/mongodb_block.install Implements hook_requirements().
mongodb_block_save_block mongodb_block/mongodb_block.module Unset block data and save the block collection. 1
mongodb_block_theme mongodb_block/mongodb_block.module Implements hook_theme().
mongodb_block_themes_enabled mongodb_block/mongodb_block.module Implements hook_themes_enabled().
mongodb_block_ui_add_block_form mongodb_block_ui/mongodb_block_ui.admin.inc Menu callback: display the custom mongodb_block_ui addition form. 1
mongodb_block_ui_add_block_form_submit mongodb_block_ui/mongodb_block_ui.admin.inc Save the new custom block.
mongodb_block_ui_add_block_form_validate mongodb_block_ui/mongodb_block_ui.admin.inc Form validation handler for mongodb_block_ui_add_block_form.
mongodb_block_ui_admin_configure mongodb_block_ui/mongodb_block_ui.admin.inc Menu callback; displays the mongodb_block_ui configuration form. 1
mongodb_block_ui_admin_configure_submit mongodb_block_ui/mongodb_block_ui.admin.inc Form submission handler for block_admin_configure().
mongodb_block_ui_admin_configure_validate mongodb_block_ui/mongodb_block_ui.admin.inc Form validation handler for block_admin_configure().
mongodb_block_ui_admin_demo mongodb_block_ui/mongodb_block_ui.admin.inc Menu callback for admin/structure/mongodb_block_ui/demo. 1
mongodb_block_ui_admin_display mongodb_block_ui/mongodb_block_ui.admin.inc Menu callback for admin/structure/mongodb_block_ui. 1
mongodb_block_ui_admin_display_form mongodb_block_ui/mongodb_block_ui.admin.inc Generate main mongodb_block_uis administration form. 1
mongodb_block_ui_admin_display_form_submit mongodb_block_ui/mongodb_block_ui.admin.inc Process main blocks administration form submissions.
mongodb_block_ui_block_info mongodb_block_ui/mongodb_block_ui.module Implements hook_block_info().
mongodb_block_ui_block_view mongodb_block_ui/mongodb_block_ui.module Implements hook_block_view().
mongodb_block_ui_custom_block_delete mongodb_block_ui/mongodb_block_ui.admin.inc Menu callback; confirm deletion of custom block. 1
mongodb_block_ui_custom_block_delete_submit mongodb_block_ui/mongodb_block_ui.admin.inc Deletion of custom mongodb_block_uis.
mongodb_block_ui_custom_block_form mongodb_block_ui/mongodb_block_ui.module Define the custom block form. 2

Pages

Other projects