You are here

protected property Node::$pathField in Views (for Drupal 7) 8.3

Set default values for the path field options.

Overrides WizardPluginBase::$pathField

File

lib/Views/node/Plugin/views/wizard/Node.php, line 39
Definition of Views\node\Plugin\views\wizard\Node.

Class

Node
Tests creating node views with the wizard.

Namespace

Views\node\Plugin\views\wizard

Code

protected $pathField = array(
  'id' => 'nid',
  'table' => 'node',
  'field' => 'nid',
  'exclude' => TRUE,
  'link_to_node' => FALSE,
  'alter' => array(
    'alter_text' => TRUE,
    'text' => 'node/[nid]',
  ),
);