public function WizardPluginBase::getCreatedColumn

Gets the createdColumn property.

Return value

string The name of the column containing the created date.

1 call to WizardPluginBase::getCreatedColumn()
WizardPluginBase::build_sorts in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Builds the form structure for selecting the view's sort order.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php, line 135
Definition of Drupal\views\Plugin\views\wizard\WizardPluginBase.

Class

WizardPluginBase
Provides the interface and base class for Views Wizard plugins.

Namespace

Drupal\views\Plugin\views\wizard

Code

public function getCreatedColumn() {
  return $this->createdColumn;
}