You are here

protected static property Html::$seenIds in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Utility/Html.php \Drupal\Component\Utility\Html::seenIds

An array of IDs, including incremented versions when an ID is duplicated.

Type: array

File

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

Class

Html
Provides DOMDocument helpers for parsing and serializing HTML strings.

Namespace

Drupal\Component\Utility

Code

protected static $seenIds;