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
OptGroup::flattenOptions
  • References/PHP/Drupal/Form/OptGroup

public static OptGroup::flattenOptions(array $array) Allows

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

The class resolver. Type:

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

public FormState::getRedirect() Gets the

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

public FormStateInterface::isSubmitted()

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

public static FormState::hasAnyErrors() Determines

2025-01-10 15:47:30
FormAjaxSubscriber::getFormAjaxException
  • References/PHP/Drupal/Form/EventSubscriber/FormAjaxSubscriber

protected FormAjaxSubscriber::getFormAjaxException(\Exception

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
FormState::has
  • References/PHP/Drupal/Form/FormState

public FormState::has($property) Determines

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

The HTTP form method to use for finding the input for this form. May be 'POST' or 'GET'. Defaults to 'POST'. Note that 'GET' method forms do

2025-01-10 15:47:30