Example #1
0
 /**
  * {@inheritdoc}
  */
 protected static function needsRemoval($html_tags, $elem)
 {
     // See static::filterXss() about how this class uses blacklisting instead
     // of the normal whitelisting.
     return !parent::needsRemoval($html_tags, $elem);
 }