AllowedTagsXssTrait::displayAllowedTags

public AllowedTagsXssTrait::displayAllowedTags()

Returns a human-readable list of allowed tags for display in help texts.

File

core/lib/Drupal/Core/Field/AllowedTagsXssTrait.php, line 46

Class

AllowedTagsXssTrait
Useful methods when dealing with displaying allowed tags.

Namespace

Drupal\Core\Field

Code

public function displayAllowedTags() {
  return FieldFilteredMarkup::displayAllowedTags();
}
doc_Drupal
2016-10-29 08:44:22
Comments
Leave a Comment

Please login to continue.