You are here

function uuid_entities_features_export in Universally Unique IDentifier 7

Implements [component]_features_export().

File

./uuid.features.inc, line 28
Features support to export entities from any Deploy <em>fetch-only</em> plan.

Code

function uuid_entities_features_export($components, &$export, $module_name) {
  foreach ($components as $plan_name) {
    $export['features']['uuid_entities'][$plan_name] = $plan_name;
  }
}