function FilterPluginCollection::sort
Same name in other branches
- 9 core/modules/filter/src/FilterPluginCollection.php \Drupal\filter\FilterPluginCollection::sort()
- 8.9.x core/modules/filter/src/FilterPluginCollection.php \Drupal\filter\FilterPluginCollection::sort()
- 11.x core/modules/filter/src/FilterPluginCollection.php \Drupal\filter\FilterPluginCollection::sort()
Overrides DefaultLazyPluginCollection::sort
File
-
core/
modules/ filter/ src/ FilterPluginCollection.php, line 82
Class
- FilterPluginCollection
- A collection of filters.
Namespace
Drupal\filterCode
public function sort() {
$this->getAll();
return parent::sort();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.