FormState::$build_info
  • References/PHP/Drupal/Form/FormState

An associative array of information stored by Form API that is necessary to build and rebuild the form from cache when the original context may no longer be available:

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

public FormState::addBuildInfo($property, $value) Adds

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

public FormStateInterface::setSubmitHandlers(array $submit_handlers)

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

public FormStateInterface::isRedirectDisabled()

2025-01-10 15:47:30
FormAjaxSubscriber
  • References/PHP/Drupal/Form/EventSubscriber/FormAjaxSubscriber

Wraps AJAX form submissions that are triggered via an exception. Hierarchy class

2025-01-10 15:47:30
FormStateValuesTrait::setValueForElement
  • References/PHP/Drupal/Form/FormStateValuesTrait

public FormStateValuesTrait::setValueForElement(array $element

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

If TRUE, programmatic form submissions are processed without taking #access into account. Set this to FALSE when submitting a form programmatically with values that may have

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

public FormState::setRedirect($route_name, array $route_parameters = array(), array

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

public FormStateInterface::getError(array $element)

2025-01-10 15:47:30
hook_batch_alter
  • References/PHP/Drupal/Form/form.api

hook_batch_alter(&$batch) Alter batch information before a batch is processed. Called

2025-01-10 15:47:30