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

A list containing copies of all submit and button elements in the form. This property is uncacheable. Type:

2025-01-10 15:47:30
FormCache::$moduleHandler
  • References/PHP/Drupal/Form/FormCache

The module handler. Type:

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

Tracks if any errors have been set on any form. Type: bool File

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

public FormStateInterface::isProcessingInput()

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

public FormStateInterface::cleanValues()

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

public FormState::setSubmitHandlers(array $submit_handlers)

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

public FormStateInterface::getButtons()

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

If set to TRUE the form will skip calling form element value callbacks, except for a select list of callbacks provided by Drupal core that are known to be safe.

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

public FormState::getRebuildInfo() Gets

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

public FormState::setProcessInput($process_input = TRUE)

2025-01-10 15:47:30