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_query |
./mongodb.drush.inc |
Drush callback; Execute a query against a mongodb. |
|
|
mongodb |
./mongodb.module |
Returns an MongoDB object. |
4 |
1 |
mongodb_collection |
./mongodb.module |
Returns a MongoCollection object. |
10 |
|
mongodb_collection_name |
./mongodb.module |
Returns the name to use for the collection. |
2 |
|
mongodb_default_write_options |
./mongodb.module |
Returns default options for MongoDB write operations. |
1 |
|
mongodb_drush_command |
./mongodb.drush.inc |
Implements hook_drush_command(). |
|
|
mongodb_drush_help |
./mongodb.drush.inc |
Implements hook_drush_help(). |
|
|
mongodb_help |
./mongodb.module |
Implements hook_help(). |
|
|
mongodb_next_id |
./mongodb.module |
Return the next id in a sequence. |
|
|
mongodb_requirements |
./mongodb.install |
Implements hook_requirements(). |
|
|
mongodb_set_active_connection |
./mongodb.module |
Allow for the database connection we are using to be changed. |
|
|
mongodb_test_group_finished |
./mongodb.module |
Testing helper: cleanup after test group. |
|
|
mongodb_watchdog_build_filter_query |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Build a MongoDB query based on the selected filters. |
|
|
mongodb_watchdog_clear_log_form |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Return form for mongodb_watchdog clear button. |
1 |
|
mongodb_watchdog_clear_log_submit |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Submit callback: clear database with log messages. |
1 |
1 |
mongodb_watchdog_enable |
mongodb_watchdog/mongodb_watchdog.install |
Implements hook_enable(). |
|
|
mongodb_watchdog_ensure_indexes |
mongodb_watchdog/mongodb_watchdog.install |
Create an index for the watchdog table. |
3 |
|
mongodb_watchdog_event |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Display watchdogs entry details in MongoDB. |
|
1 |
mongodb_watchdog_event_load |
mongodb_watchdog/mongodb_watchdog.module |
Load a MongoDB watchdog event. |
|
|
mongodb_watchdog_filters |
mongodb_watchdog/mongodb_watchdog.admin.inc |
List mongodb_watchdog administration filters that can be applied. |
2 |
|
mongodb_watchdog_filter_form |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Build the filter form. |
1 |
|
mongodb_watchdog_filter_form_submit |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Process result from mongodb_watchdog administration filter form. |
|
1 |
mongodb_watchdog_filter_form_validate |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Validate result from mongodb_watchdog administration filter form. |
|
1 |
mongodb_watchdog_install |
mongodb_watchdog/mongodb_watchdog.install |
Implements hook_install(). |
|
|
mongodb_watchdog_menu |
mongodb_watchdog/mongodb_watchdog.module |
Implements hook_menu(). |
|
|
mongodb_watchdog_overview |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Display watchdogs entries in MongoDB. |
|
1 |
mongodb_watchdog_pager_init |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Initialize the pager variables for use in a mongodb_watchdog event list. |
1 |
|
mongodb_watchdog_page_top |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Page callback for "admin/reports/[access-denied|page-not-found]". |
|
1 |
mongodb_watchdog_uninstall |
mongodb_watchdog/mongodb_watchdog.install |
Implements hook_uninstall(). |
|
|
mongodb_watchdog_update_6000 |
mongodb_watchdog/mongodb_watchdog.install |
Changes a variable name that defines a collection to store events. |
|
|
mongodb_watchdog_watchdog |
mongodb_watchdog/mongodb_watchdog.module |
Implements hook_watchdog(). |
|
|
_drush_mongodb_connect |
./mongodb.drush.inc |
Returns the basic shell command string. |
3 |
|
_mongodb_watchdog_enhance_log_entry |
mongodb_watchdog/mongodb_watchdog.module |
Fill in the log_entry function, file, and line. |
1 |
|
_mongodb_watchdog_format_message |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Formats a log message for display. |
2 |
|
_mongodb_watchdog_get_message_types |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Gets all available filter types. |
1 |
|
_mongodb_watchdog_sort_top |
mongodb_watchdog/mongodb_watchdog.admin.inc |
Helper function for usort() to sort top entries returned from a group query. |
|
1 |