protected property NodeRevision::$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/ NodeRevision.php, line 38 - Definition of Views\node\Plugin\views\wizard\NodeRevision.
Class
- NodeRevision
- Tests creating node revision views with the wizard.
Namespace
Views\node\Plugin\views\wizardCode
protected $pathField = array(
'id' => 'vid',
'table' => 'node_revision',
'field' => 'vid',
'exclude' => TRUE,
'alter' => array(
'alter_text' => TRUE,
'text' => 'node/[nid]/revisions/[vid]/view',
),
);