Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
HTMLRestrictions::fromString function core/modules/ckeditor5/src/HTMLRestrictions.php Parses a string of HTML restrictions into a HTMLRestrictions value object.
HTMLRestrictions::fromTextFormat function core/modules/ckeditor5/src/HTMLRestrictions.php Constructs a set of HTML restrictions matching the given text format.
HTMLRestrictions::getAllowedElements function core/modules/ckeditor5/src/HTMLRestrictions.php Gets allowed elements.
HTMLRestrictions::getConcreteSubset function core/modules/ckeditor5/src/HTMLRestrictions.php Gets the subset of allowed elements whose tags are concrete.
HTMLRestrictions::getHtml5ElementList function core/modules/ckeditor5/src/HTMLRestrictions.php Gets a list of all known HTML5 elements.
HTMLRestrictions::getPlainTagsSubset function core/modules/ckeditor5/src/HTMLRestrictions.php Gets the subset of plain tags (no attributes) from allowed elements.
HTMLRestrictions::getRegExForWildCardAttributeName function core/modules/ckeditor5/src/HTMLRestrictions.php Computes a regular expression for matching a wildcard attribute name.
HTMLRestrictions::getTextContainerElementList function core/modules/ckeditor5/src/HTMLRestrictions.php Gets a list of CKEditor 5's `$block` text container elements.
HTMLRestrictions::getWildcardSubset function core/modules/ckeditor5/src/HTMLRestrictions.php Gets the subset of allowed elements whose tags are wildcards.
HTMLRestrictions::getWildcardTags function core/modules/ckeditor5/src/HTMLRestrictions.php Computes the tags that match the provided wildcard.
HTMLRestrictions::intersect function core/modules/ckeditor5/src/HTMLRestrictions.php Computes intersection of two HTML restrictions, with wildcard support.
HTMLRestrictions::isUnrestricted function core/modules/ckeditor5/src/HTMLRestrictions.php Whether this set of HTML restrictions is unrestricted.
HTMLRestrictions::isWildcardAttributeName function core/modules/ckeditor5/src/HTMLRestrictions.php Checks whether the given attribute name contains a wildcard, e.g. `data-*`.
HTMLRestrictions::isWildcardTag function core/modules/ckeditor5/src/HTMLRestrictions.php Checks whether given tag is a wildcard.
HTMLRestrictions::merge function core/modules/ckeditor5/src/HTMLRestrictions.php Computes set union of two HTML restrictions, with wildcard support.
HTMLRestrictions::mergeAllowedElementsLevel function core/modules/ckeditor5/src/HTMLRestrictions.php Merge arrays of allowed elements according to HTMLRestrictions rules.
HTMLRestrictions::resolveWildcards function core/modules/ckeditor5/src/HTMLRestrictions.php Resolves the wildcard tags (this consumes the wildcard tags).
HTMLRestrictions::toCKEditor5ElementsArray function core/modules/ckeditor5/src/HTMLRestrictions.php Transforms into the CKEditor 5 package metadata "elements" representation.
HTMLRestrictions::toFilterHtmlAllowedTagsString function core/modules/ckeditor5/src/HTMLRestrictions.php Transforms into the Drupal HTML filter's "allowed_html" representation.
HTMLRestrictions::toGeneralHtmlSupportConfig function core/modules/ckeditor5/src/HTMLRestrictions.php Transforms into the CKEditor 5 GHS configuration representation.
HTMLRestrictions::unrestricted function core/modules/ckeditor5/src/HTMLRestrictions.php Constructs an unrestricted set of HTML restrictions.
HTMLRestrictions::validateAllowedRestrictionsPhase1 function core/modules/ckeditor5/src/HTMLRestrictions.php Validates allowed elements — phase 1: shape of keys.
HTMLRestrictions::validateAllowedRestrictionsPhase2 function core/modules/ckeditor5/src/HTMLRestrictions.php Validates allowed elements — phase 2: shape of values.
HTMLRestrictions::validateAllowedRestrictionsPhase3 function core/modules/ckeditor5/src/HTMLRestrictions.php Validates allowed elements — phase 3: HTML tag attribute restriction keys.
HTMLRestrictions::validateAllowedRestrictionsPhase4 function core/modules/ckeditor5/src/HTMLRestrictions.php Validates allowed elements — phase 4: HTML tag attr restriction values.
HTMLRestrictions::validateAllowedRestrictionsPhase5 function core/modules/ckeditor5/src/HTMLRestrictions.php Validates allowed elements — phase 5: disallowed attribute overrides.
HTMLRestrictions::WILDCARD_ELEMENT_METHODS constant core/modules/ckeditor5/src/HTMLRestrictions.php Wildcard types, and the methods that return tags the wildcard represents.
HTMLRestrictions::__construct function core/modules/ckeditor5/src/HTMLRestrictions.php Constructs a set of HTML restrictions.
HTMLRestrictionsTest class core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests Drupal\ckeditor5\HTMLRestrictions.
HTMLRestrictionsTest.php file core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php
HTMLRestrictionsTest::providerConstruct function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Provides data to testConstructor().
HTMLRestrictionsTest::providerConvenienceConstructors function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Provides data to testConvenienceConstructors().
HTMLRestrictionsTest::providerCounting function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Provides data to testCounting().
HTMLRestrictionsTest::providerOperands function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Provides data to testOperations().
HTMLRestrictionsTest::providerRepresentations function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Provides data to testRepresentations().
HTMLRestrictionsTest::providerSubsets function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Provides data to testSubsets().
HTMLRestrictionsTest::testConstructor function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests constructor.
HTMLRestrictionsTest::testConvenienceConstructors function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests convenience constructors.
HTMLRestrictionsTest::testCounting function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests counting.
HTMLRestrictionsTest::testOperations function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests operations.
HTMLRestrictionsTest::testRepresentations function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests representations.
HTMLRestrictionsTest::testSubsets function core/modules/ckeditor5/tests/src/Unit/HTMLRestrictionsTest.php Tests subsets.
HtmlSerializerRules class core/lib/Drupal/Component/Utility/HtmlSerializerRules.php Drupal-specific HTML5 serializer rules.
HtmlSerializerRules.php file core/lib/Drupal/Component/Utility/HtmlSerializerRules.php
HtmlSerializerRules::escape function core/lib/Drupal/Component/Utility/HtmlSerializerRules.php
HtmlTag class core/lib/Drupal/Core/Render/Element/HtmlTag.php Provides a render element for any HTML tag, with properties and value.
HtmlTag.php file core/lib/Drupal/Core/Render/Element/HtmlTag.php
HtmlTag::$voidElements property core/lib/Drupal/Core/Render/Element/HtmlTag.php Void elements do not contain values or closing tags.
HtmlTag::getInfo function core/lib/Drupal/Core/Render/Element/HtmlTag.php
HtmlTag::preRenderHtmlTag function core/lib/Drupal/Core/Render/Element/HtmlTag.php Pre-render callback: Renders a generic HTML tag with attributes.

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