Go to the documentation of this file.00001 <?php
00002
00008 $plugin = array(
00009 'name' => 'file_managed',
00010 'base_table' => 'file_managed',
00011 'created_column' => 'timestamp',
00012 'form_wizard_class' => array(
00013 'file' => 'views_ui_file_managed_views_wizard.class.php',
00014 'class' => 'ViewsUiFileManagedViewsWizard',
00015 ),
00016 'title' => t('Files'),
00017 'filters' => array(
00018 ),
00019 'path_field' => array(
00020 'id' => 'uri',
00021 'table' => 'file_managed',
00022 'field' => 'uri',
00023 'exclude' => TRUE,
00024 'file_download_path' => TRUE,
00025 ),
00026 );