Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Html.php

function Html::resetSeenIds

Resets the list of seen IDs.

3 calls to Html::resetSeenIds()
FormBuilder::rebuildForm in core/lib/Drupal/Core/Form/FormBuilder.php
Constructs a new $form from the information in $form_state.
ViewsFormBase::getForm in core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php
Creates a new instance of this form.
ViewUI::addFormToStack in core/modules/views_ui/src/ViewUI.php
Adds another form to the stack.

File

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

Class

Html
Provides DOMDocument helpers for parsing and serializing HTML strings.

Namespace

Drupal\Component\Utility

Code

public static function resetSeenIds() {
    static::$seenIds = NULL;
}
RSS feed
Powered by Drupal