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

A list containing copies of all submit and button elements in the form. This property is uncacheable. Type:

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

public FormState::setSubmitHandlers(array $submit_handlers)

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

If set to TRUE the form will skip calling form element value callbacks, except for a select list of callbacks provided by Drupal core that are known to be safe.

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

public FormState::getRebuildInfo() Gets

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

public FormState::setProcessInput($process_input = TRUE)

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

public FormState::setError(array &$element, $message = '')

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

public FormState::hasTemporaryValue($key) Determines

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

public FormState::disableCache() Prevents

2025-01-10 15:47:30