function HTMLRestrictions::isUnrestricted

Same name and namespace in other branches
  1. 9 core/modules/ckeditor5/src/HTMLRestrictions.php \Drupal\ckeditor5\HTMLRestrictions::isUnrestricted()
  2. 10 core/modules/ckeditor5/src/HTMLRestrictions.php \Drupal\ckeditor5\HTMLRestrictions::isUnrestricted()

Whether this set of HTML restrictions is unrestricted.

Return value

bool

File

core/modules/ckeditor5/src/HTMLRestrictions.php, line 406

Class

HTMLRestrictions
Represents a set of HTML restrictions.

Namespace

Drupal\ckeditor5

Code

public function isUnrestricted() : bool {
    return $this->unrestricted;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.