You are here

protected property WordFilter::$active_configs in Wordfilter 8.2

A list of all active Wordfilter configurations.

Type: \Drupal\wordfilter\Entity\WordfilterConfigurationInterface[]

See also

::activeWordfilterConfigs()

File

src/Plugin/Filter/WordFilter.php, line 27

Class

WordFilter
Plugin annotation @Filter( id = "wordfilter", title = @Translation("Apply filtering of words"), description = @Translation("Filter out words by given Wordfilter configurations (choose below)."), type =…

Namespace

Drupal\wordfilter\Plugin\Filter

Code

protected $active_configs = NULL;