You are here

protected property Users::$createdColumn in Drupal 8

Same name and namespace in other branches
  1. 9 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';