You are here

function gathercontent_schema in GatherContent 8.5

Same name and namespace in other branches
  1. 7.3 gathercontent.install \gathercontent_schema()
  2. 7.2 gathercontent.install \gathercontent_schema()

Implements hook_schema().

File

./gathercontent.install, line 92
Install and uninstall script for GatherContent module.

Code

function gathercontent_schema() {
  return [
    'gathercontent_entity_mapping' => _gathercontent_entity_mapping_spec(),
  ];
}