FormStateValuesTrait
  • References/PHP/Drupal/Form/FormStateValuesTrait

Provides methods to manage form state values. Hierarchy trait \Drupal\Core\Form\

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

public FormStateInterface::prepareCallback($callback)

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

If set to TRUE the form will NOT perform a redirect, even if self::$redirect is set. This property is uncacheable.

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

public FormStateInterface::setMethod($method)

2025-01-10 15:47:30
FormBuilder::$csrfToken
  • References/PHP/Drupal/Form/FormBuilder

The CSRF token generator to validate the form token. Type:

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

Defines the behavior a confirmation form. Hierarchy interface \Drupal\Core\Form\

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

public SubformState::setErrorByName($name, $message = '')

2025-01-10 15:47:30
FormAjaxException::$formState
  • References/PHP/Drupal/Form/FormAjaxException

The form state. Type:

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

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

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

public FormStateDecoratorBase::hasFileElement()

2025-01-10 15:47:30