Search for resolve
- Search 7.x for resolve
- Search 9.5.x for resolve
- Search 8.9.x for resolve
- Search 11.x for resolve
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ChainEntityResolver | class | core/ |
Resolver delegating the entity resolution to a chain of resolvers. |
| ChainEntityResolver.php | file | core/ |
|
| ChainEntityResolver::$resolvers | property | core/ |
The concrete resolvers. |
| ChainEntityResolver::addResolver | function | core/ |
Adds an entity resolver. |
| ChainEntityResolver::resolve | function | core/ |
Returns the local ID of an entity referenced by serialized data. |
| ChainEntityResolver::__construct | function | core/ |
Constructs a ChainEntityResolver object. |
| ChainEntityResolverInterface | interface | core/ |
An interface for delegating an entity resolution to a chain of resolvers. |
| ChainEntityResolverInterface.php | file | core/ |
|
| ChainEntityResolverInterface::addResolver | function | core/ |
Adds an entity resolver. |
| ChainEntityResolverTest | class | core/ |
@coversDefaultClass \Drupal\serialization\EntityResolver\ChainEntityResolver[[api-linebreak]] @group serialization |
| ChainEntityResolverTest.php | file | core/ |
|
| ChainEntityResolverTest::$testData | property | core/ |
Test data passed to the resolve method. |
| ChainEntityResolverTest::$testEntityType | property | core/ |
A test entity type. |
| ChainEntityResolverTest::$testNormalizer | property | core/ |
A mocked normalizer. |
| ChainEntityResolverTest::createEntityResolverMock | function | core/ |
Creates a mock entity resolver. |
| ChainEntityResolverTest::setUp | function | core/ |
|
| ChainEntityResolverTest::testResolverWithFirstResolved | function | core/ |
Tests the resolve method with a matching resolver first. |
| ChainEntityResolverTest::testResolverWithLastResolved | function | core/ |
Tests the resolve method with a matching resolver last. |
| ChainEntityResolverTest::testResolverWithNoneResolved | function | core/ |
Tests the resolve method with no matching resolvers. |
| 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. |
| ClassResolver::setContainer | function | core/ |
Sets the service container. |
| ClassResolver::__construct | function | core/ |
Constructs a new ClassResolver object. |
| 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[[api-linebreak]] @group Condition |
| ConditionAccessResolverTraitTest.php | file | core/ |
|
| 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::testResolveServicesAndParametersForServiceReferencedViaServiceClosure | function | core/ |
Tests that services wrapped in a closure work correctly. |
| ContainerTest::testResolveServicesAndParametersForSharedPrivateService | function | core/ |
Tests that private service sharing works correctly. |
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.