You are here

protected static property Html::$classes in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Component/Utility/Html.php \Drupal\Component\Utility\Html::classes

An array of previously cleaned HTML classes.

Type: array

File

lib/Drupal/Component/Utility/Html.php, line 22
Contains \Drupal\Component\Utility\Html.

Class

Html
Provides DOMDocument helpers for parsing and serializing HTML strings.

Namespace

Drupal\Component\Utility

Code

protected static $classes = array();