schemaorg.install in Schema.org 7
Install, update and uninstall functions for the node module.
File
schemaorg.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the node module.
*/
/**
* Enable the schemaorg_ui module for sites which are running an older version
* of schema.org which had the UI integrated in the main module.
*/
function schemaorg_update_7000() {
module_enable(array(
'schemaorg_ui',
));
}
Functions
Name | Description |
---|---|
schemaorg_update_7000 | Enable the schemaorg_ui module for sites which are running an older version of schema.org which had the UI integrated in the main module. |