26
plugins/views_wizard/file_managed.inc
Normal file
26
plugins/views_wizard/file_managed.inc
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Views wizard for managed file views.
|
||||
*/
|
||||
|
||||
$plugin = array(
|
||||
'name' => 'file_managed',
|
||||
'base_table' => 'file_managed',
|
||||
'created_column' => 'timestamp',
|
||||
'form_wizard_class' => array(
|
||||
'file' => 'views_ui_file_managed_views_wizard.class.php',
|
||||
'class' => 'ViewsUiFileManagedViewsWizard',
|
||||
),
|
||||
'title' => t('Files'),
|
||||
'filters' => array(
|
||||
),
|
||||
'path_field' => array(
|
||||
'id' => 'uri',
|
||||
'table' => 'file_managed',
|
||||
'field' => 'uri',
|
||||
'exclude' => TRUE,
|
||||
'file_download_path' => TRUE,
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user