ConfirmFormBase
  • References/PHP/Drupal/Form/ConfirmFormBase

Provides an generic base class for a confirmation form. Hierarchy class \Drupal\Core\Form\

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

The form state. Type:

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
SubformState::setErrorByName
  • References/PHP/Drupal/Form/SubformState

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

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

public static EnforcedResponse::createFromException(\Exception $e)

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

public FormCache::setCache($form_build_id, $form, FormStateInterface $form_state)

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

The form element that triggered submission, which may or may not be a button (in the case of Ajax forms). This key is often used to distinguish between various buttons in a

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

public FormStateDecoratorBase::getButtons()

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

public FormStateDecoratorBase::isSubmitted()

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

The current user. Type:

2025-01-10 15:47:30