function WizardPluginBase::getSorts

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php \Drupal\views\Plugin\views\wizard\WizardPluginBase::getSorts()

Gets the sorts property.

Return value

array

File

core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php, line 221

Class

WizardPluginBase
Base class for Views wizard plugins.

Namespace

Drupal\views\Plugin\views\wizard

Code

public function getSorts() {
  return $this->sorts;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.