MongoDB Overview:
MongoDB Collections:
MongoDB Save Data:
MongoDB Image Unlock:
Alters the dashboard items before render:
function mongodb_mongo_dashboard_items_alter(&$dashboardItems) {
// Alterations code here
}
Alters the mongo collection lookup table header:
function mongodb_mongodb_collection_table_config_alter(&$config) {
// Alterations code here
}
$settings['mongo'] = [
'default' => [
'host' => 'mongodb://localhost:27017',
'username' => 'root',
'password' => 'root',
'database' => 'test_github_2021'
]
];
Last modified | Friday, April 30, 2021, 12:00:21 PM UTC |
Last author | Colin van Eenige |
Commit ID | 4c7a701 |