Search for resolve
- Search 7.x for resolve
- Search 8.9.x for resolve
- Search 10.3.x for resolve
- Search 11.x for resolve
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver | function | core/ |
Tests the resolve method with no matching resolvers, using addResolver. |
ChainEntityResolverTest::testResolverWithResolvedToZero | function | core/ |
Tests the resolve method where one resolver returns 0. |
ClassResolver | class | core/ |
Implements the class resolver interface supporting class names and services. |
ClassResolver.php | file | core/ |
|
ClassResolver::getInstanceFromDefinition | function | core/ |
Returns a class instance with a given class definition. |
ClassResolverInterface | interface | core/ |
Provides interface to get an instance of a class with dependency injection. |
ClassResolverInterface.php | file | core/ |
|
ClassResolverInterface::getInstanceFromDefinition | function | core/ |
Returns a class instance with a given class definition. |
class_resolver | service | core/ |
Drupal\Core\DependencyInjection\ClassResolver |
ConditionAccessResolverTrait | trait | core/ |
Resolves a set of conditions. |
ConditionAccessResolverTrait.php | file | core/ |
|
ConditionAccessResolverTrait::resolveConditions | function | core/ |
Resolves the given conditions based on the condition logic ('and'/'or'). |
ConditionAccessResolverTraitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Condition\ConditionAccessResolverTrait @group Condition |
ConditionAccessResolverTraitTest.php | file | core/ |
Contains \Drupal\Tests\Core\Condition\ConditionAccessResolverTraitTest. |
ConditionAccessResolverTraitTest::providerTestResolveConditions | function | core/ |
|
ConditionAccessResolverTraitTest::testResolveConditions | function | core/ |
Tests the resolveConditions() method. |
ConfigInstaller::$extensionPathResolver | property | core/ |
The extension path resolver. |
ConfigManager::$extensionPathResolver | property | core/ |
The extension path resolver. |
ConstraintValidatorFactory::$classResolver | property | core/ |
The class resolver. |
Container::resolveServicesAndParameters | function | core/ |
Resolves arguments that represent services or variables to the real values. |
ContainerTest::testResolveServicesAndParametersForArgumentsUsingDeepArray | function | core/ |
Tests that services with an array of arguments work correctly. |
ContainerTest::testResolveServicesAndParametersForInvalidArgument | function | core/ |
Tests that an invalid argument throw an Exception. |
ContainerTest::testResolveServicesAndParametersForInvalidArguments | function | core/ |
Tests that invalid arguments throw an Exception. |
ContainerTest::testResolveServicesAndParametersForOptionalServiceDependencies | function | core/ |
Tests that services that are optional work correctly. |
ContainerTest::testResolveServicesAndParametersForPrivateService | function | core/ |
Tests that private services work correctly. |
ContainerTest::testResolveServicesAndParametersForRawArgument | function | core/ |
Tests that raw type services arguments are resolved correctly. |
ContainerTest::testResolveServicesAndParametersForServiceInstantiatedFromParameter | function | core/ |
Tests that a parameter that points to a service works correctly. |
ContainerTest::testResolveServicesAndParametersForSharedPrivateService | function | core/ |
Tests that private service sharing works correctly. |
ContextualLinkManager::$controllerResolver | property | core/ |
A controller resolver object. |
ControllerResolver | class | core/ |
ControllerResolver to enhance controllers beyond Symfony's basic handling. |
ControllerResolver.php | file | core/ |
|
ControllerResolver::$classResolver | property | core/ |
The class resolver. |
ControllerResolver::$httpMessageFactory | property | core/ |
The PSR-7 converter. |
ControllerResolver::createController | function | core/ |
Returns a callable for the given controller. |
ControllerResolver::getController | function | core/ |
|
ControllerResolver::getControllerFromDefinition | function | core/ |
Returns the Controller instance with a given controller route definition. |
ControllerResolver::__construct | function | core/ |
Constructs a new ControllerResolver. |
ControllerResolverInterface | interface | core/ |
Extends the ControllerResolverInterface from symfony. |
ControllerResolverInterface.php | file | core/ |
|
ControllerResolverInterface::getControllerFromDefinition | function | core/ |
Returns the Controller instance with a given controller route definition. |
ControllerResolverTest | class | core/ |
@coversDefaultClass \Drupal\Core\Controller\ControllerResolver @group Controller |
ControllerResolverTest.php | file | core/ |
Contains \Drupal\Tests\Core\Controller\ControllerResolverTest. |
ControllerResolverTest::$container | property | core/ |
The container. |
ControllerResolverTest::$controllerResolver | property | core/ |
The tested controller resolver. |
ControllerResolverTest::$httpMessageFactory | property | core/ |
The PSR-7 converter. |
ControllerResolverTest::assertCallableController | function | core/ |
Asserts that the controller is callable and produces the correct output. |
ControllerResolverTest::providerTestCreateController | function | core/ |
Provides test data for testCreateController(). |
ControllerResolverTest::providerTestGetController | function | core/ |
Provides test data for testGetController(). |
ControllerResolverTest::providerTestGetControllerFromDefinition | function | core/ |
Provides test data for testGetControllerFromDefinition(). |
ControllerResolverTest::setUp | function | core/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.