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

public FormState::disableRedirect($no_redirect = TRUE)

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

public FormState::setButtons(array $buttons) Stores

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

This is not a special key, and no specific support is provided for it in the Form API. By tradition it was the location where application-specific data was stored for communication

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

Contains references to details elements to render them within vertical tabs. This property is uncacheable.

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

An associative array of values submitted to the form. The validation functions and submit functions use this array for nearly all their decision

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

public FormState::setCleanValueKeys(array $cleanValueKeys)

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

public FormState::setProgrammed($programmed = TRUE) Sets

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

public FormState::setUserInput(array $user_input) Sets

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

protected static FormState::setAnyErrors($errors = TRUE)

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

public FormState::loadInclude($module, $type, $name = NULL)

2025-01-10 15:47:30