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

public &FormState::getGroups() Returns

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

public FormState::setValidateHandlers(array $validate_handlers)

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

public FormState::getBuildInfo() 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::setTriggeringElement
  • References/PHP/Drupal/Form/FormState

public FormState::setTriggeringElement($triggering_element)

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

Stores the gathered validation handlers. This property is uncacheable. Type:

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

public &FormState::getCompleteForm() Returns

2025-01-10 15:47:30