public function FormBuilder::getCache in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Form/FormBuilder.php \Drupal\Core\Form\FormBuilder::getCache()
- 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\FormCode
public function getCache($form_build_id, FormStateInterface $form_state) {
return $this->formCache
->getCache($form_build_id, $form_state);
}