Go to the documentation of this file.00001 <?php
00002
00008 $plugin = array(
00009 'name' => 'users',
00010 'base_table' => 'users',
00011 'created_column' => 'created',
00012 'form_wizard_class' => array(
00013 'file' => 'views_ui_users_views_wizard.class.php',
00014 'class' => 'ViewsUiUsersViewsWizard',
00015 ),
00016 'title' => t('Users'),
00017 'filters' => array(
00018 'status' => array(
00019 'value' => '1',
00020 'table' => 'users',
00021 'field' => 'status',
00022 ),
00023 ),
00024 'path_field' => array(
00025 'id' => 'uid',
00026 'table' => 'users',
00027 'field' => 'uid',
00028 'exclude' => TRUE,
00029 'link_to_user' => FALSE,
00030 'alter' => array(
00031 'alter_text' => 1,
00032 'text' => 'user/[uid]',
00033 ),
00034 ),
00035 );