protected property Users::$pathField

Set default values for the path field options.

Overrides WizardPluginBase::$pathField

File

drupal/core/modules/user/lib/Drupal/user/Plugin/views/wizard/Users.php, line 38
Definition of Drupal\user\Plugin\views\wizard\Users.

Class

Users
Tests creating user views with the wizard.

Namespace

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