Go to the documentation of this file.00001 <?php
00002
00008 $plugin = array(
00009 'schema' => 'views_view',
00010 'access' => 'administer views',
00011
00012 'menu' => array(
00013 'menu item' => 'views',
00014 'menu title' => 'Views',
00015 'menu description' => 'Manage customized lists of content.',
00016 ),
00017
00018 'title singular' => t('view'),
00019 'title singular proper' => t('View'),
00020 'title plural' => t('views'),
00021 'title plural proper' => t('Views'),
00022
00023 'handler' => 'views_ui',
00024
00025 'strings' => array(
00026 'confirmation' => array(
00027 'revert' => array(
00028 'information' => t('This action will permanently remove any customizations made to this view.'),
00029 'success' => t('The view has been reverted.'),
00030 ),
00031 'delete' => array(
00032 'information' => t('This action will permanently remove the view from your database.'),
00033 'success' => t('The view has been deleted.'),
00034 ),
00035 ),
00036 ),
00037 );