function FormBuilder::deleteCache

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Form/FormBuilder.php \Drupal\Core\Form\FormBuilder::deleteCache()

File

core/lib/Drupal/Core/Form/FormBuilder.php, line 469

Class

FormBuilder
Provides form building and processing.

Namespace

Drupal\Core\Form

Code

public function deleteCache($form_build_id) {
  $this->formCache
    ->deleteCache($form_build_id);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.