constant FILTER_TYPE_HTML_RESTRICTOR

HTML tag and attribute restricting filters.

@todo Move into \Drupal\filter\Plugin\Filter\FilterInterface

4 uses of FILTER_TYPE_HTML_RESTRICTOR
check_markup in drupal/core/modules/filter/filter.module
Runs all the enabled filters on a piece of text.
FilterAPITest::testCheckMarkup in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAPITest.php
Tests the ability to apply only a subset of filters.
FilterAPITest::testFilterFormatAPI in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterAPITest.php
Tests the function filter_get_filter_types_by_format().
FilterSecurityTest::testSkipSecurityFilters in drupal/core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
Tests that security filters are enforced even when marked to be skipped.

File

drupal/core/modules/filter/filter.module, line 25
Framework for handling the filtering of content.

Code

const FILTER_TYPE_HTML_RESTRICTOR = 1;