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

public FormState::isRebuilding() Determines

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

Holds temporary data accessible during the current page request only. All $form_state properties that are not reserved keys (see other properties

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

An associative array of form value keys to be removed by cleanValues(). Any values that are temporary but must still be displayed as values

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

Stores information about the state of a form. Hierarchy class \Drupal\Core\Form\

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

The complete form structure. #process, #after_build, #element_validate, and other handlers being invoked on a form element may use this reference

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

public FormState::getFormObject() Returns

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

public FormState::isValidationComplete() Determines

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

public FormState::cleanValues() Removes

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

The array of values as they were submitted by the user. These are raw and unvalidated, so should not be used without a thorough understanding

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

public FormState::setValidateHandlers(array $validate_handlers)

2025-01-10 15:47:30