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

public FormState::addRebuildInfo($property, $value) Adds

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

public FormState::setFormState(array $form_state_additions)

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

public FormState::setTemporaryValue($key, $value) Sets

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

public FormState::setLimitValidationErrors($limit_validation_errors)

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

public FormState::isCached() Determines

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

Ordinarily, a form is only validated once, but there are times when a form is resubmitted internally and should be validated again. Setting this to TRUE will force that to

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

public FormState::addCleanValueKey($cleanValueKey) Adds

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

If TRUE, the form was submitted programmatically, usually invoked via

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

Contains errors for this form. This property is uncacheable. Type:

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

public FormState::isBypassingProgrammedAccessChecks()

2025-01-10 15:47:30