protected property Node::$pathField

Set default values for the path field options.

Overrides WizardPluginBase::$pathField

File

drupal/core/modules/node/lib/Drupal/node/Plugin/views/wizard/Node.php, line 39
Definition of Drupal\node\Plugin\views\wizard\Node.

Class

Node
Tests creating node views with the wizard.

Namespace

Drupal\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]',
  ),
);