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

public FormState::cleanValues() Removes

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

public FormState::isMethodType($method_type) Returns

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

Normally, after the entire form processing is completed and submit handlers have run, a form is considered to be done and

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

The form element that triggered submission, which may or may not be a button (in the case of Ajax forms). This key is often used to distinguish between various buttons in a

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

public FormState::setRebuild($rebuild = TRUE) Sets

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

public FormState::setBuildInfo(array $build_info) Sets

2025-01-10 15:47:30