1 field.module _field_filter_xss_display_allowed_tags()

Human-readable list of tags allowed tags by field_filter_xss(), for display in help texts.

Related topics

File

core/modules/field/field.module, line 1053
Attach custom data fields to Backdrop entities.

Code

function _field_filter_xss_display_allowed_tags() {
  return '<' . implode('> <', _field_filter_xss_allowed_tags()) . '>';
}