function FilterPluginCollection::get

Same name and namespace in other branches
  1. 9 core/modules/filter/src/FilterPluginCollection.php \Drupal\filter\FilterPluginCollection::get()
  2. 8.9.x core/modules/filter/src/FilterPluginCollection.php \Drupal\filter\FilterPluginCollection::get()
  3. 10 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\filter

Code

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.