Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

Drupal 7

$safe = filter_xss($string);
$safe = filter_xss_admin($string);

Drupal 8

use Drupal\Component\Utility\Xss;

$safe = Xss::filter($string);
$safe = Xss::filterAdmin($string);
Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done