FormAjaxResponseBuilderInterface
  • References/PHP/Drupal/Form/FormAjaxResponseBuilderInterface

Provides an interface for building AJAX form responses. Hierarchy interface \Drupal\Core\Form\

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

Defines element value callables which are safe to run even when the form state has an invalid CSRF token. Excluded from this list on purpose:

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

public ConfirmFormInterface::getQuestion()

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

If TRUE, the form was submitted programmatically, usually invoked via

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

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

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

public &FormStateInterface::getGroups()

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

The config factory. Subclasses should use the self::config() method, which may be overridden to address specific needs when loading config,

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

public FormCache::__construct($root, KeyValueExpirableFactoryInterface $key_val

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

public static SubformState::createForSubform(array &$subform, array &$parent_form

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

public FormAjaxException::getForm() Gets

2025-01-10 15:47:30