You are here

protected property FilterBase::$collection in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/filter/src/Plugin/FilterBase.php \Drupal\filter\Plugin\FilterBase::collection

A collection of all filters this filter participates in.

Type: \Drupal\filter\FilterPluginCollection

File

core/modules/filter/src/Plugin/FilterBase.php, line 63
Contains \Drupal\filter\Plugin\FilterBase.

Class

FilterBase
Provides a base class for Filter plugins.

Namespace

Drupal\filter\Plugin

Code

protected $collection;