public function HTMLRestrictions::isUnrestricted in Drupal 10
Whether this set of HTML restrictions is unrestricted.
Return value
bool
File
- core/
modules/ ckeditor5/ src/ HTMLRestrictions.php, line 260
Class
- HTMLRestrictions
- Represents a set of HTML restrictions.
Namespace
Drupal\ckeditor5Code
public function isUnrestricted() : bool {
return $this->unrestricted;
}