You are here

function drafty_uuid_entity_features_export_render_alter in UUID Features Integration 7

Implements hook_uuid_entity_features_export_render_alter().

File

includes/modules/drafty.inc, line 11
uuid features hooks on behalf of the drafty module. @link https://www.drupal.org/project/drafty

Code

function drafty_uuid_entity_features_export_render_alter($entity_type, &$export, &$entity, $module) {

  // Remove drafty properties.
  unset($export->_drafty_revision_requested, $export->is_draft_revision);
}