Html::$classes

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Utility/Html.php \Drupal\Component\Utility\Html::classes
  2. 8.9.x core/lib/Drupal/Component/Utility/Html.php \Drupal\Component\Utility\Html::classes
  3. 10 core/lib/Drupal/Component/Utility/Html.php \Drupal\Component\Utility\Html::classes

An array of previously cleaned HTML classes.

Type: array

File

core/lib/Drupal/Component/Utility/Html.php, line 20

Class

Html
Provides DOMDocument helpers for parsing and serializing HTML strings.

Namespace

Drupal\Component\Utility

Code

protected static $classes = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.