You are here

protected property Users::$createdColumn in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/src/Plugin/views/wizard/Users.php \Drupal\user\Plugin\views\wizard\Users::createdColumn
  2. 10 core/modules/user/src/Plugin/views/wizard/Users.php \Drupal\user\Plugin\views\wizard\Users::createdColumn

Set the created column.

Type: string

Overrides WizardPluginBase::$createdColumn

File

core/modules/user/src/Plugin/views/wizard/Users.php, line 27

Class

Users
Tests creating user views with the wizard.

Namespace

Drupal\user\Plugin\views\wizard

Code

protected $createdColumn = 'created';