FormState::disableCache
  • References/PHP/Drupal/Form/FormState

public FormState::disableCache() Prevents

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

public FormState::setRedirectUrl(Url $url) Sets

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

Tracks if any errors have been set on any form. Type: bool File

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

An associative array of values submitted to the form. The validation functions and submit functions use this array for nearly all their decision

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

public FormState::setCached($cache = TRUE) Sets

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

TRUE signifies correct form submission. This is always TRUE for programmed forms coming from

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

public FormState::disableRedirect($no_redirect = TRUE)

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

Stores the gathered submission handlers. This property is uncacheable. Type:

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
FormState::setButtons
  • References/PHP/Drupal/Form/FormState

public FormState::setButtons(array $buttons) Stores

2025-01-10 15:47:30