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\UtilityCode
public static function resetSeenIds() {
static::$seenIds = NULL;
}