Search for handlers

  1. Search 7.x for handlers
  2. Search 9.5.x for handlers
  3. Search 10.3.x for handlers
  4. Search 11.x for handlers
  5. Other projects
Title Object type File name Summary
Cron::invokeCronHandlers function core/lib/Drupal/Core/Cron.php Invokes any cron handlers implementing hook_cron.
EntityReferenceAutocompleteWidget::getSelectionHandlerSetting function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/EntityReferenceAutocompleteWidget.php Returns the value of a setting for the entity reference selection handler.
EntityReferenceHandlerSettingUpdateTest class core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php Tests the update for the entity reference 'handler' setting.
EntityReferenceHandlerSettingUpdateTest.php file core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php
EntityReferenceHandlerSettingUpdateTest::setDatabaseDumpFiles function core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php Set database dump files to be used.
EntityReferenceHandlerSettingUpdateTest::testFieldPostUpdateERHandlerSetting function core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php Tests field_post_update_entity_reference_handler_setting().
EntityReferenceSelectionUnitTest::testMalformedHandlerSettingsValue function core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php Tests the selection handler with malformed 'handler_settings' value.
EntityType::$handlers property core/lib/Drupal/Core/Entity/EntityType.php An array of handlers.
EntityTypeManager::$handlers property core/lib/Drupal/Core/Entity/EntityTypeManager.php Contains instantiated handlers keyed by handler type and entity type.
FieldHandlersUpdateTest class core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php Tests the upgrade path for views field handlers.
FieldHandlersUpdateTest.php file core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php
FieldHandlersUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php Set database dump files to be used.
FieldHandlersUpdateTest::testViewsUpdate8004 function core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php Tests that field handlers are updated properly.
FormBuilder::executeSubmitHandlers function core/lib/Drupal/Core/Form/FormBuilder.php Executes custom submission handlers for a given form.
FormBuilder::executeValidateHandlers function core/lib/Drupal/Core/Form/FormBuilder.php Executes custom validation handlers for a given form.
FormDefaultHandlersTest class core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Tests automatically added form handlers.
FormDefaultHandlersTest.php file core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php
FormDefaultHandlersTest::$modules property core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Modules to enable.
FormDefaultHandlersTest::buildForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Form constructor.
FormDefaultHandlersTest::customSubmitForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php
FormDefaultHandlersTest::customValidateForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php
FormDefaultHandlersTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Returns a unique string identifying the form.
FormDefaultHandlersTest::setUp function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php
FormDefaultHandlersTest::submitForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Form submission handler.
FormDefaultHandlersTest::testDefaultAndCustomHandlers function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Tests that default handlers are added even if custom are specified.
FormDefaultHandlersTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Form validation handler.
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::testExecuteSubmitHandlers function core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php @covers ::executeSubmitHandlers[[api-linebreak]]
FormValidator::executeValidateHandlers function core/lib/Drupal/Core/Form/FormValidator.php Executes custom validation handlers for a given form.
FormValidatorInterface::executeValidateHandlers function core/lib/Drupal/Core/Form/FormValidatorInterface.php Executes custom validation handlers for a given form.
FormValidatorTest::testExecuteValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php @covers ::executeValidateHandlers[[api-linebreak]]

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