You are here

public function FormBuilder::getCache in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Form/FormBuilder.php \Drupal\Core\Form\FormBuilder::getCache()
  2. 9 core/lib/Drupal/Core/Form/FormBuilder.php \Drupal\Core\Form\FormBuilder::getCache()

File

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

Class

FormBuilder
Provides form building and processing.

Namespace

Drupal\Core\Form

Code

public function getCache($form_build_id, FormStateInterface $form_state) {
  return $this->formCache
    ->getCache($form_build_id, $form_state);
}