Gets the subset of allowed elements whose tags are wildcards.
\Drupal\ckeditor5\HTMLRestrictions The subset of the given set of HTML restrictions.
public function getWildcardSubset() : HTMLRestrictions { return new self(array_filter($this->elements, [ __CLASS__, 'isWildcardTag', ], ARRAY_FILTER_USE_KEY)); }