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

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

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

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

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

public static FormState::hasAnyErrors() Determines

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

public FormState::has($property) Determines

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

The HTTP method used by the request building or processing this form. May be any valid HTTP method. Defaults to 'GET', because even though $method

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

public FormState::getSubmitHandlers() Gets

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

public FormState::getResponse() Gets a response

2025-01-10 15:47:30