DPDK Architecture  ->  Drupal (stable)

MongoDB Collection
>= v2.0.1

Functionalities

  • Provides a content type export for Mongoose/GraphQL schemas

Preview

MongoDB Overview:

Mongo Overview Page

Hooks

mongodb_collection_elements

Alters the content type fields:

function mongodb_collection_mongodb_collection_elements_alter(&$elements, &$entityId) {
  // Alterations code here
}

mongodb_collection_content_types

Alters the content types (can be used to generate additional schemas):

function mongodb_collection_mongodb_collection_content_types_alter(&$elements) {
  // Alterations code here
}

Configuration

No configuration available

Routes

  • /admin/mongo/export-mongo-collections
Last modifiedFriday, April 30, 2021, 12:00:21 PM UTC
Last authorColin van Eenige
Commit ID4c7a701