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
TaggedHandlersPassTest::buildContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests one consumer and two handlers.
TaggedHandlersPassTest::testProcessChildDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests child handler with parent service.
TaggedHandlersPassTest::testProcessInterfaceMismatch function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests interface validation in non-production environment.
TaggedHandlersPassTest::testProcessMissingInterface function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer with missing interface in non-production environment.
TaggedHandlersPassTest::testProcessNoConsumers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests without any consumers.
TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters and no priority.
TaggedHandlersPassTest::testProcessNoPriorityParam function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method without priority parameter.
TaggedHandlersPassTest::testProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting.
TaggedHandlersPassTest::testProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcessWithDifferentArgumentsOrderAndDefaultValue function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with varying order of priority and extra parameters.
TaggedHandlersPassTest::testProcessWithExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters.
TaggedHandlersPassTest::testProcessWithIdAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with priority, id and extra parameters.
TaggedHandlersPassTest::testProcessWithIdParameter function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with an ID parameter.
TaggedHandlersPassTest::testServiceIdProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests one consumer and two handlers with service ID collection.
TaggedHandlersPassTest::testServiceIdProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting for service ID collection.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsField function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Tests the "all terms" field handler.
TaxonomyFieldAllTermsTest::testViewsHandlerAllTermsWithTokens function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldAllTermsTest.php Tests token replacement in the "all terms" field handler.
TaxonomyFieldTidTest::testViewsHandlerTidField function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php Tests the taxonomy field handler.
TaxonomyFieldVidTest::testViewsHandlerVidField function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php Tests the field handling for the Vocabulary ID.
TaxonomyTermModerationHandler class core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Customizations for taxonomy term entities.
TaxonomyTermModerationHandler.php file core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php
TaxonomyTermModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters bundle forms to enforce revision handling.
TaxonomyTermModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters entity forms to enforce revision handling.
TemporaryQueryGuard::$moduleHandler property core/modules/jsonapi/src/Access/TemporaryQueryGuard.php The module handler.
TemporaryQueryGuard::setModuleHandler function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Sets the module handler.
TermAccessControlHandler class core/modules/taxonomy/src/TermAccessControlHandler.php Defines the access control handler for the taxonomy term entity type.
TermAccessControlHandler.php file core/modules/taxonomy/src/TermAccessControlHandler.php
TermAccessControlHandler::checkAccess function core/modules/taxonomy/src/TermAccessControlHandler.php Performs access checks.
TermAccessControlHandler::checkCreateAccess function core/modules/taxonomy/src/TermAccessControlHandler.php Performs create access checks.
TermKernelTest::testParentHandlerSettings function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php The "parent" field must restrict references to the same vocabulary.
TermTranslationHandler class core/modules/taxonomy/src/TermTranslationHandler.php Defines the translation handler for terms.
TermTranslationHandler.php file core/modules/taxonomy/src/TermTranslationHandler.php
TermTranslationHandler::entityFormAlter function core/modules/taxonomy/src/TermTranslationHandler.php Performs the needed alterations to the entity form.
TermTranslationHandler::entityFormEntityBuild function core/modules/taxonomy/src/TermTranslationHandler.php Entity builder method.
TermTranslationHandler::entityFormSave function core/modules/taxonomy/src/TermTranslationHandler.php Form submission handler for TermTranslationHandler::entityFormAlter().
TestClosureHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestClosureHttpMiddlewareClass.php
TestCompatClosureHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestCompatClosureHttpMiddlewareClass.php
TestDrupal6SqlBase::setModuleHandler function core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php Tweaks Drupal6SqlBase to set a new module handler for tests.
TestEntityForm::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php The module handler service.
TestErrorHandler class core/tests/Drupal/TestTools/ErrorHandler/TestErrorHandler.php Drupal's PHPUnit test level error handler.
TestErrorHandler.php file core/tests/Drupal/TestTools/ErrorHandler/TestErrorHandler.php
TestErrorHandler::__construct function core/tests/Drupal/TestTools/ErrorHandler/TestErrorHandler.php
TestErrorHandler::__invoke function core/tests/Drupal/TestTools/ErrorHandler/TestErrorHandler.php Executes when the object is called as a function.
TestFilteredPluginManager::$contextHandler property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The context handler.
TestFilteredPluginManager::$moduleHandler property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The module handler.
TestFilteredPluginManager::contextHandler function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Wraps the context handler.
TestFilteredPluginManager::moduleHandler function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Wraps the module handler.
TestHandler class core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php Allow testing base handler implementation by extending the abstract class.

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