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

public FormState::setBuildInfo(array $build_info) Sets

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

public &FormState::getCompleteForm() Returns

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

If set to TRUE the form will NOT perform a redirect, even if self::$redirect is set. This property is uncacheable.

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

public FormState::cleanValues() Removes

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

public &FormState::getGroups() Returns

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

public FormState::isValidationComplete() Determines

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