Search for discovery

  1. Search 7.x for discovery
  2. Search 9.5.x for discovery
  3. Search 8.9.x for discovery
  4. Search 10.3.x for discovery
  5. Search 11.x for discovery
  6. Other projects
Title Object type File name Summary
StaticDiscoveryDecorator::__call function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php Passes through all unknown calls onto the decorated object.
StaticDiscoveryDecorator::__construct function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php Constructs StaticDiscoveryDecorator object.
StaticDiscoveryDecoratorTest class core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Tests Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator.
StaticDiscoveryDecoratorTest.php file core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
StaticDiscoveryDecoratorTest::getRegisterDefinitionsCallback function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Helper method to provide a mocked callback object with expectations.
StaticDiscoveryDecoratorTest::providerCall function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testCall().
StaticDiscoveryDecoratorTest::providerGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testGetDefinitions().
StaticDiscoveryDecoratorTest::providerGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testGetDefinitions().
StaticDiscoveryDecoratorTest::testCall function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php @legacy-covers ::__call
StaticDiscoveryDecoratorTest::testGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Tests get definition.
StaticDiscoveryDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Tests get definitions.
StaticDiscoveryDecoratorTestMockInterface interface core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Interface used in the mocking process of this test.
StaticDiscoveryDecoratorTestMockInterface::registerDefinitionsCallback function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Function used in the mocking process of this test.
StaticDiscoveryTest class core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php Tests that plugins using static discovery are correctly discovered.
StaticDiscoveryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php
StaticDiscoveryTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/StaticDiscoveryTest.php
StaticDiscoveryTestDecoratedClass class core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php A class extending StaticDiscovery for testing purposes.
StaticDiscoveryTestDecoratedClass::complexArguments function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
StaticDiscoveryTestDecoratedClass::getDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Gets the definition of all plugins for this type.
StaticDiscoveryTestDecoratedClass::noArguments function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
StaticRouteDiscoveryBase class core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php Provides functionality for a class subscribed to RoutingEvents::STATIC.
StaticRouteDiscoveryBase.php file core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php
StaticRouteDiscoveryBase::collectRoutes function core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php Creates a collection of routes to add to the route builder.
StaticRouteDiscoveryBase::createRoute function core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php Creates a route.
StaticRouteDiscoveryBase::getPriority function core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php Determines the priority of the route build event listener.
StaticRouteDiscoveryBase::getSubscribedEvents function core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php
StaticRouteDiscoveryBase::onRouteBuild function core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php Adds routes to the route builder.
StaticRouteDiscoveryBase::resetGlobals function core/lib/Drupal/Core/Routing/StaticRouteDiscoveryBase.php Gets an array of default values for a route.
TestContainerDerivativeDiscovery class core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php Defines container test derivative discovery.
TestContainerDerivativeDiscovery.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php
TestContainerDerivativeDiscovery::create function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php Creates a new class instance.
TestContainerDerivativeDiscovery::__construct function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php Constructs a TestContainerDerivativeDiscovery object.
TestDerivativeDiscovery class core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php Defines test derivative discovery.
TestDerivativeDiscovery.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php
TestDerivativeDiscovery::getDerivativeDefinition function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php Gets the definition of a derivative plugin.
TestDerivativeDiscovery::getDerivativeDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscovery.php Gets the definition of all derivatives of a base plugin.
TestDerivativeDiscoveryWithObject class core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php Defines test derivative discovery using an object.
TestDerivativeDiscoveryWithObject.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php
TestDerivativeDiscoveryWithObject::getDerivativeDefinition function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php Gets the definition of a derivative plugin.
TestDerivativeDiscoveryWithObject::getDerivativeDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscoveryWithObject.php Gets the definition of all derivatives of a base plugin.
TestDiscovery class core/lib/Drupal/Core/Test/TestDiscovery.php Discovers available tests.
TestDiscovery.php file core/lib/Drupal/Core/Test/TestDiscovery.php
TestDiscovery::$testNamespaces property core/lib/Drupal/Core/Test/TestDiscovery.php Cached map of all test namespaces to respective directories.
TestDiscovery::getExtensions function core/lib/Drupal/Core/Test/TestDiscovery.php Returns all available extensions.
TestDiscovery::registerTestNamespaces function core/lib/Drupal/Core/Test/TestDiscovery.php Registers test namespaces of all extensions and core test classes.
TestDiscovery::__construct function core/lib/Drupal/Core/Test/TestDiscovery.php
TestDiscoveryTest class core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php Unit tests for test discovery.
TestDiscoveryTest.php file core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php
TestDiscoveryTest::infoParserProvider function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php
TestDiscoveryTest::providerTestGetPhpunitTestSuite function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php

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