You are here

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

Set default values for the path field options.

Overrides WizardPluginBase::$pathField

File

lib/Views/user/Plugin/views/wizard/Users.php, line 38
Definition of Views\user\Plugin\views\wizard\Users.

Class

Users
Tests creating user views with the wizard.

Namespace

Views\user\Plugin\views\wizard

Code

protected $pathField = array(
  'id' => 'uid',
  'table' => 'users',
  'field' => 'uid',
  'exclude' => TRUE,
  'link_to_user' => FALSE,
  'alter' => array(
    'alter_text' => TRUE,
    'text' => 'user/[uid]',
  ),
);