• Main Page
  • Related Pages
  • Modules
  • Classes
  • Files
  • File List
  • File Members

plugins/views_wizard/taxonomy_term.inc

Go to the documentation of this file.
00001 <?php
00002 
00008 if (module_exists('taxonomy')) {
00009   $plugin = array(
00010     'name' => 'taxonomy_term',
00011     'base_table' => 'taxonomy_term_data',
00012     'form_wizard_class' => array(
00013       'file' => 'views_ui_taxonomy_term_views_wizard.class.php',
00014       'class' => 'ViewsUiTaxonomyTermViewsWizard',
00015     ),
00016     'title' => t('Taxonomy terms'),
00017     'filters' => array(
00018     ),
00019     'path_field' => array(
00020       'id' => 'tid',
00021       'table' => 'taxonomy_term_data',
00022       'field' => 'tid',
00023       'exclude' => TRUE,
00024       'alter' => array(
00025         'alter_text' => 1,
00026         'text' => 'taxonomy/term/[tid]',
00027       ),
00028     ),
00029   );
00030 }

Generated on Sun Feb 26 2012 12:52:52 for Views by  doxygen 1.7.1