protected property Comment::$pathField

Set default values for the path field options.

Overrides WizardPluginBase::$pathField

File

drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/wizard/Comment.php, line 38
Definition of Drupal\node\Plugin\views\wizard\Comment.

Class

Comment
Tests creating comment views with the wizard.

Namespace

Drupal\comment\Plugin\views\wizard

Code

protected $pathField = array(
  'id' => 'cid',
  'table' => 'comment',
  'field' => 'cid',
  'exclude' => TRUE,
  'link_to_comment' => FALSE,
  'alter' => array(
    'alter_text' => TRUE,
    'text' => 'comment/[cid]#comment-[cid]',
  ),
);