public function WizardPluginBase::getSorts

Gets the sorts property.

Return value

array

1 call to WizardPluginBase::getSorts()
WizardPluginBase::default_display_sorts in drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php
Retrieves all sort information used by the default display.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php, line 195
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 getSorts() {
  return $this->sorts;
}