Searched refs:allowable_tags (Results 1 – 2 of 2) sorted by relevance
347 function twig_striptags($string, $allowable_tags = null) argument351 return CoreExtension::striptags($string, $allowable_tags);
1320 * @param string[]|string|null $allowable_tags1324 public static function striptags($string, $allowable_tags = null): string argument1326 return strip_tags($string ?? '', $allowable_tags);