You are here

function hook_uuid_default_entities in Universally Unique IDentifier 7

Allow modules to provide a list of default entities that will be imported.

2 invocations of hook_uuid_default_entities()
uuid_entities_features_export_render in ./uuid.features.inc
Implements [component]_features_export_render().
uuid_entities_rebuild in ./uuid.features.inc
Helper function to rebuild entities from a plan.

File

./uuid.api.php, line 83
Hooks provided by the UUID module.

Code

function hook_uuid_default_entities() {
}