You are here

workbench_workflows.inc in Workbench Moderation 7.2

File

modules/workbench_workflows/plugins/export_ui/workbench_workflows.inc
View source
<?php

/**
 * @file
 * Export UI plugin for workflows.
 */
module_load_include('inc', 'workbench_workflows', 'workbench_workflows.admin');
$plugin = workbench_workflows_export_ui_base_plugin('workflow');

// Override the form info because workflows have an extra screen.
$plugin['form info']['order'] = array(
  'basic' => t('Settings'),
  'events' => t('Events'),
  'context' => t('Context'),
  'access' => t('Access'),
);