Search for handle

  1. Search 7.x for handle
  2. Search 9.5.x for handle
  3. Search 8.9.x for handle
  4. Search 10.3.x for handle
  5. Other projects
Title Object type File name Summary
FormErrorHandlerCKEditor5Test::$modules property core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php Modules to install.
FormErrorHandlerCKEditor5Test::setUp function core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php
FormErrorHandlerCKEditor5Test::testFragmentLink function core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php Tests if the fragment link to a textarea works with CKEditor 5 enabled.
FormErrorHandlerFileUploadTest class core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php Tests file upload scenario's with Inline Form Errors.
FormErrorHandlerFileUploadTest.php file core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
FormErrorHandlerFileUploadTest::$defaultTheme property core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php The theme to install as the default for testing.
FormErrorHandlerFileUploadTest::$modules property core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php Modules to install.
FormErrorHandlerFileUploadTest::setUp function core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
FormErrorHandlerFileUploadTest::testFileUploadErrors function core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php Tests that the required field error is displayed as inline error message.
FormErrorHandlerInterface interface core/lib/Drupal/Core/Form/FormErrorHandlerInterface.php Provides an interface for handling form errors.
FormErrorHandlerInterface.php file core/lib/Drupal/Core/Form/FormErrorHandlerInterface.php
FormErrorHandlerInterface::handleFormErrors function core/lib/Drupal/Core/Form/FormErrorHandlerInterface.php Handles form errors after form validation.
FormErrorHandlerTest class core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php @coversDefaultClass \Drupal\Core\Form\FormErrorHandler[[api-linebreak]]
@group Form
FormErrorHandlerTest class core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php @coversDefaultClass \Drupal\inline_form_errors\FormErrorHandler[[api-linebreak]]
@group InlineFormErrors
FormErrorHandlerTest.php file core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php
FormErrorHandlerTest.php file core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php
FormErrorHandlerTest::$formErrorHandler property core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php The form error handler.
FormErrorHandlerTest::$formErrorHandler property core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php The form error handler.
FormErrorHandlerTest::$linkGenerator property core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php The link generator.
FormErrorHandlerTest::$messenger property core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php The messenger.
FormErrorHandlerTest::$messenger property core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php The messenger.
FormErrorHandlerTest::$renderer property core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php The renderer.
FormErrorHandlerTest::$testForm property core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php Form for testing.
FormErrorHandlerTest::setUp function core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php
FormErrorHandlerTest::setUp function core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php
FormErrorHandlerTest::testDisplayErrorMessages function core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php @covers ::handleFormErrors[[api-linebreak]]
@covers ::displayErrorMessages[[api-linebreak]]
FormErrorHandlerTest::testErrorMessagesInline function core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php @covers ::handleFormErrors[[api-linebreak]]
@covers ::displayErrorMessages[[api-linebreak]]
@covers ::setElementErrorsFromFormState[[api-linebreak]]
FormErrorHandlerTest::testErrorMessagesNotInline function core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php Tests that opting out of Inline Form Errors works.
FormErrorHandlerTest::testSetElementErrorsFromFormState function core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php @covers ::handleFormErrors[[api-linebreak]]
@covers ::setElementErrorsFromFormState[[api-linebreak]]
FormState::$submit_handlers property core/lib/Drupal/Core/Form/FormState.php Stores the gathered submission handlers.
FormState::$validate_handlers property core/lib/Drupal/Core/Form/FormState.php Stores the gathered validation handlers.
FormState::getSubmitHandlers function core/lib/Drupal/Core/Form/FormState.php Gets the submit handlers.
FormState::getValidateHandlers function core/lib/Drupal/Core/Form/FormState.php Gets the validate handlers.
FormState::setSubmitHandlers function core/lib/Drupal/Core/Form/FormState.php Sets the submit handlers.
FormState::setValidateHandlers function core/lib/Drupal/Core/Form/FormState.php Sets the validate handlers.
FormStateDecoratorBase::getSubmitHandlers function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Gets the submit handlers.
FormStateDecoratorBase::getValidateHandlers function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Gets the validate handlers.
FormStateDecoratorBase::setSubmitHandlers function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the submit handlers.
FormStateDecoratorBase::setValidateHandlers function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the validate handlers.
FormStateDecoratorBaseTest::testGetSubmitHandlers function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getSubmitHandlers[[api-linebreak]]
FormStateDecoratorBaseTest::testGetValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getValidateHandlers[[api-linebreak]]
FormStateDecoratorBaseTest::testSetSubmitHandlers function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setSubmitHandlers[[api-linebreak]]
FormStateDecoratorBaseTest::testSetValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setValidateHandlers[[api-linebreak]]
FormStateInterface::getSubmitHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the submit handlers.
FormStateInterface::getValidateHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the validate handlers.
FormStateInterface::setSubmitHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the submit handlers.
FormStateInterface::setValidateHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the validate handlers.
FormSubmitter::executeSubmitHandlers function core/lib/Drupal/Core/Form/FormSubmitter.php Executes custom submission handlers for a given form.
FormSubmitterInterface::executeSubmitHandlers function core/lib/Drupal/Core/Form/FormSubmitterInterface.php Executes custom submission handlers for a given form.
FormSubmitterTest::providerTestHandleFormSubmissionWithResponses function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.