Plugin definition for CTools Export UI integration. More...
Go to the source code of this file.
Variables | |
$plugin |
Plugin definition for CTools Export UI integration.
Definition in file views_ui.inc.
$plugin |
array( 'schema' => 'views_view', 'access' => 'administer views', 'menu' => array( 'menu item' => 'views', 'menu title' => 'Views', 'menu description' => 'Manage customized lists of content.', ), 'title singular' => t('view'), 'title singular proper' => t('View'), 'title plural' => t('views'), 'title plural proper' => t('Views'), 'handler' => 'views_ui', 'strings' => array( 'confirmation' => array( 'revert' => array( 'information' => t('This action will permanently remove any customizations made to this view.'), 'success' => t('The view has been reverted.'), ), 'delete' => array( 'information' => t('This action will permanently remove the view from your database.'), 'success' => t('The view has been deleted.'), ), ), ), )
Definition at line 8 of file views_ui.inc.