You are here

protected property NodeRevision::$pathFieldsSupplemental in Views (for Drupal 7) 8.3

Set the additional information for the pathField property.

Overrides WizardPluginBase::$pathFieldsSupplemental

File

lib/Views/node/Plugin/views/wizard/NodeRevision.php, line 52
Definition of Views\node\Plugin\views\wizard\NodeRevision.

Class

NodeRevision
Tests creating node revision views with the wizard.

Namespace

Views\node\Plugin\views\wizard

Code

protected $pathFieldsSupplemental = array(
  array(
    'id' => 'nid',
    'table' => 'node',
    'field' => 'nid',
    'exclude' => TRUE,
    'link_to_node' => FALSE,
  ),
);