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

An array of the initial IDs used in one request.

Type: array

File

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

Class

Html
Provides DOMDocument helpers for parsing and serializing HTML strings.

Namespace

Drupal\Component\Utility

Code

protected static $seenIdsInit;