You are here

protected property Node::$createdColumn in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/node/src/Plugin/views/wizard/Node.php \Drupal\node\Plugin\views\wizard\Node::createdColumn
  2. 9 core/modules/node/src/Plugin/views/wizard/Node.php \Drupal\node\Plugin\views\wizard\Node::createdColumn

Set the created column.

Type: string

Overrides WizardPluginBase::$createdColumn

File

core/modules/node/src/Plugin/views/wizard/Node.php, line 34

Class

Node
Tests creating node views with the wizard.

Namespace

Drupal\node\Plugin\views\wizard

Code

protected $createdColumn = 'node_field_data-created';