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

The complete form structure. #process, #after_build, #element_validate, and other handlers being invoked on a form element may use this reference

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
FormStateInterface::setLimitValidationErrors
  • References/PHP/Drupal/Form/FormStateInterface

public FormStateInterface::setLimitValidationErrors($limit_va

2025-01-10 15:47:30
FormStateInterface::unsetValue
  • References/PHP/Drupal/Form/FormStateInterface

public FormStateInterface::unsetValue($key)

2025-01-10 15:47:30
FormStateInterface::setError
  • References/PHP/Drupal/Form/FormStateInterface

public FormStateInterface::setError(array &$element, $message

2025-01-10 15:47:30
FormStateDecoratorBase::setSubmitted
  • References/PHP/Drupal/Form/FormStateDecoratorBase

public FormStateDecoratorBase::setSubmitted()

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

public FormStateInterface::setTemporaryValue($key, $value)

2025-01-10 15:47:30
FormBuilderInterface::submitForm
  • References/PHP/Drupal/Form/FormBuilderInterface

public FormBuilderInterface::submitForm($form_arg, FormStateInterface

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
EnforcedResponse::createFromException
  • References/PHP/Drupal/Form/EnforcedResponse

public static EnforcedResponse::createFromException(\Exception $e)

2025-01-10 15:47:30