hook_form_BASE_FORM_ID_alter
  • References/PHP/Drupal/Form/form.api

hook_form_BASE_FORM_ID_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) Provide

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

public ConfirmFormBase::getCancelText()

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

public FormBuilderInterface::retrieveForm($form_id, FormStateInterface

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

public FormStateInterface::hasValue($key)

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

public FormStateInterface::isExecuted()

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

public FormStateInterface::getRebuildInfo()

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

public FormStateDecoratorBase::isValueEmpty($key)

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

The element info manager. Type:

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

Provides a base class for forms. This class exists as a mid-point between dependency injection through ContainerInjectionInterface, and a less-structured

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

If TRUE, the form was submitted and has been processed and executed. This property is uncacheable. Type:

2025-01-10 15:47:30