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

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

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

The HTTP form method to use for finding the input for this form. May be 'POST' or 'GET'. Defaults to 'POST'. Note that 'GET' method forms do

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

public static FormState::hasAnyErrors() Determines

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

public FormState::hasFileElement() Returns

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

Similar to self::$build_info, but pertaining to

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

public FormState::getRedirect() Gets the

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

public FormState::isBypassingProgrammedAccessChecks()

2025-01-10 15:47:30