function FilterPluginCollection::get
Same name in other branches
- 9 core/modules/filter/src/FilterPluginCollection.php \Drupal\filter\FilterPluginCollection::get()
- 10 core/modules/filter/src/FilterPluginCollection.php \Drupal\filter\FilterPluginCollection::get()
- 11.x core/modules/filter/src/FilterPluginCollection.php \Drupal\filter\FilterPluginCollection::get()
Return value
\Drupal\filter\Plugin\FilterInterface
Overrides LazyPluginCollection::get
1 call to FilterPluginCollection::get()
- FilterPluginCollection::sortHelper in core/
modules/ filter/ src/ FilterPluginCollection.php - Provides uasort() callback to sort plugins.
File
-
core/
modules/ filter/ src/ FilterPluginCollection.php, line 25
Class
- FilterPluginCollection
- A collection of filters.
Namespace
Drupal\filterCode
public function &get($instance_id) {
return parent::get($instance_id);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.