protected property TaxonomyTerm::$pathField

Set default values for the path field options.

Overrides WizardPluginBase::$pathField

File

drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/wizard/TaxonomyTerm.php, line 29
Definition of Drupal\taxonomy\Plugin\views\wizard\TaxonomyTerm.

Class

TaxonomyTerm
Tests creating taxonomy views with the wizard.

Namespace

Drupal\taxonomy\Plugin\views\wizard

Code

protected $pathField = array(
  'id' => 'tid',
  'table' => 'taxonomy_term_data',
  'field' => 'tid',
  'exclude' => TRUE,
  'alter' => array(
    'alter_text' => TRUE,
    'text' => 'taxonomy/term/[tid]',
  ),
);