FormCache::deleteCache
  • References/PHP/Drupal/Form/FormCache

public FormCache::deleteCache($form_build_id) Deletes

2025-01-10 15:47:30
FormState::$cache
  • References/PHP/Drupal/Form/FormState

If set to TRUE the original, unprocessed form structure will be cached, which allows the entire form to be rebuilt from cache. A typical form workflow involves two page requests;

2025-01-10 15:47:30
FormStateInterface::getButtons
  • References/PHP/Drupal/Form/FormStateInterface

public FormStateInterface::getButtons()

2025-01-10 15:47:30
FormState::$executed
  • References/PHP/Drupal/Form/FormState

If TRUE, the form was submitted and has been processed and executed. This property is uncacheable. Type:

2025-01-10 15:47:30
FormCacheInterface::getCache
  • References/PHP/Drupal/Form/FormCacheInterface

public FormCacheInterface::getCache($form_build_id, FormStateInterface

2025-01-10 15:47:30
FormState::hasTemporaryValue
  • References/PHP/Drupal/Form/FormState

public FormState::hasTemporaryValue($key) Determines

2025-01-10 15:47:30
FormErrorHandler::handleFormErrors
  • References/PHP/Drupal/Form/FormErrorHandler

public FormErrorHandler::handleFormErrors(array &$form, FormStateInterface

2025-01-10 15:47:30
FormStateDecoratorBase::getRedirect
  • References/PHP/Drupal/Form/FormStateDecoratorBase

public FormStateDecoratorBase::getRedirect()

2025-01-10 15:47:30
FormBuilder::doSubmitForm
  • References/PHP/Drupal/Form/FormBuilder

public FormBuilder::doSubmitForm(&$form, FormStateInterface &$form_state)

2025-01-10 15:47:30
FormInterface::submitForm
  • References/PHP/Drupal/Form/FormInterface

public FormInterface::submitForm(array &$form, FormStateInterface $

2025-01-10 15:47:30