_aggregator_allowed_tags

_aggregator_allowed_tags()

Gets the list of allowed tags.

@internal

Return value

array The list of allowed tags.

File

core/modules/aggregator/aggregator.module, line 171
Used to aggregate syndicated content (RSS, RDF, and Atom).

Code

function _aggregator_allowed_tags() {
  return preg_split('/\s+|<|>/', \Drupal::config('aggregator.settings')->get('items.allowed_html'), -1, PREG_SPLIT_NO_EMPTY);
}
doc_Drupal
2016-10-29 09:57:04
Comments
Leave a Comment

Please login to continue.