function WizardPluginBase::getAvailableSorts
Same name and namespace in other branches
- 11.x core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php \Drupal\views\Plugin\views\wizard\WizardPluginBase::getAvailableSorts()
Gets the availableSorts property.
Return value
array
1 method overrides WizardPluginBase::getAvailableSorts()
- Media::getAvailableSorts in core/
modules/ media/ src/ Plugin/ views/ wizard/ Media.php - Gets the availableSorts property.
File
-
core/
modules/ views/ src/ Plugin/ views/ wizard/ WizardPluginBase.php, line 212
Class
- WizardPluginBase
- Base class for Views wizard plugins.
Namespace
Drupal\views\Plugin\views\wizardCode
public function getAvailableSorts() {
return $this->availableSorts;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.