FilterBase::getHTMLRestrictions |
function |
core/modules/filter/src/Plugin/FilterBase.php |
Returns HTML allowed by this filter's configuration. |
FilterNull::getHTMLRestrictions |
function |
core/modules/filter/src/Plugin/Filter/FilterNull.php |
Returns HTML allowed by this filter's configuration. |
FilterHtml::getHTMLRestrictions |
function |
core/modules/filter/src/Plugin/Filter/FilterHtml.php |
Returns HTML allowed by this filter's configuration. |
FilterFormat::getHtmlRestrictions |
function |
core/modules/filter/src/Entity/FilterFormat.php |
Retrieve all HTML restrictions (tags and attributes) for the text format. |
FilterInterface::getHTMLRestrictions |
function |
core/modules/filter/src/Plugin/FilterInterface.php |
Returns HTML allowed by this filter's configuration. |
FilterHtmlEscape::getHTMLRestrictions |
function |
core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php |
Returns HTML allowed by this filter's configuration. |
FilterFormatInterface::getHtmlRestrictions |
function |
core/modules/filter/src/FilterFormatInterface.php |
Retrieve all HTML restrictions (tags and attributes) for the text format. |
FilterTestRestrictTagsAndAttributes::getHTMLRestrictions |
function |
core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php |
Returns HTML allowed by this filter's configuration. |