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

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

2025-01-10 15:47:30
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
FormState::loadInclude
  • References/PHP/Drupal/Form/FormState

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

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

public FormState::setStorage(array $storage) Sets

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

public FormState::hasTemporaryValue($key) Determines

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

public FormState::getRebuildInfo() Gets

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

public FormState::setError(array &$element, $message = '')

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