FormStateInterface::setCompleteForm
  • References/PHP/Drupal/Form/FormStateInterface

public FormStateInterface::setCompleteForm(array &$comple

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

Provides an interface for an object containing the current state of a form. This is passed to all form related code so that the caller can use

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

public FormStateInterface::isCached()

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

public FormStateInterface::hasFileElement()

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

public FormStateInterface::setMethod($method)

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

public &FormStateInterface::getValue($key, $default = NULL)

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

public FormStateInterface::getValidateHandlers()

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

public FormStateInterface::setProcessInput($process_input = TRUE)

2025-01-10 15:47:30