You are here

public static function Html::resetSeenIds in Service Container 7.2

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

Resets the list of seen IDs.

File

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

Class

Html
Provides DOMDocument helpers for parsing and serializing HTML strings.

Namespace

Drupal\Component\Utility

Code

public static function resetSeenIds() {
  static::$seenIds = NULL;
}