You are here

protected property FilterHtml::$restrictions in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/filter/src/Plugin/Filter/FilterHtml.php \Drupal\filter\Plugin\Filter\FilterHtml::restrictions
  2. 10 core/modules/filter/src/Plugin/Filter/FilterHtml.php \Drupal\filter\Plugin\Filter\FilterHtml::restrictions

The processed HTML restrictions.

Type: array

File

core/modules/filter/src/Plugin/Filter/FilterHtml.php, line 37

Class

FilterHtml
Provides a filter to limit allowed HTML tags.

Namespace

Drupal\filter\Plugin\Filter

Code

protected $restrictions;