You are here

function paragraphs_uuid_entity_features_export_render_alter in UUID Features Integration 7

Implements hook_uuid_entity_features_export_render_alter().

File

includes/modules/paragraphs.inc, line 10
uuid features hooks on behalf of the paragraphs module.

Code

function paragraphs_uuid_entity_features_export_render_alter($entity_type, &$export, &$entity, $module) {
  $fields = uuid_features_get_field_items_iterator($export, $entity_type, 'paragraphs');
  uuid_features_set_uuid_references($fields, 'paragraphs_item');
}