private property HTMLRestrictions::$unrestricted in Drupal 10
Whether unrestricted, in other words: arbitrary HTML allowed.
Used for when FilterFormatInterface::getHTMLRestrictions() returns `FALSE`, e.g. in case of the default "Full HTML" text format.
Type: bool
See also
\Drupal\filter\Plugin\FilterInterface::getHTMLRestrictions()
File
- core/
modules/ ckeditor5/ src/ HTMLRestrictions.php, line 62
Class
- HTMLRestrictions
- Represents a set of HTML restrictions.
Namespace
Drupal\ckeditor5Code
private $unrestricted = FALSE;