You are here

public function FilterPluginCollection::get in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 30
Contains \Drupal\filter\FilterPluginCollection.

Class

FilterPluginCollection
A collection of filters.

Namespace

Drupal\filter

Code

public function &get($instance_id) {
  return parent::get($instance_id);
}