Search for resolve
- Search 7.x for resolve
- Search 9.5.x for resolve
- Search 10.3.x for resolve
- Search 11.x for resolve
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormNoUpcasting | function | core/ |
Tests setRouteOptions() with an form parameter without interface. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRoute | function | core/ |
Tests setRouteOptions() with an _entity_form route. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormRouteAndArgument | function | core/ |
Tests an _entity_form route where a non-entity parameter is first. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityFormUpcasting | function | core/ |
Tests setRouteOptions() with an entity type parameter form. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityListRoute | function | core/ |
Tests setRouteOptions() with an _entity_list route. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityTypeNoUpcasting | function | core/ |
Tests setRouteOptions() with an entity type parameter. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityTypeUpcasting | function | core/ |
Tests setRouteOptions() with an entity type parameter, upcasting. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityUpcastingNoCreate | function | core/ |
Tests setRouteOptions() with entity form upcasting, no create method. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityViewRoute | function | core/ |
Tests setRouteOptions() with an _entity_view route. |
| EntityResolverManagerTest::testSetRouteOptionsWithEntityViewRouteAndManualParameters | function | core/ |
Tests setRouteOptions() with an _entity_view route. |
| EntityResolverManagerTest::testSetRouteOptionsWithStandardRoute | function | core/ |
Tests setRouteOptions() with no parameter. |
| EntityResolverManagerTest::testSetRouteOptionsWithStandardRouteWithArgument | function | core/ |
Tests setRouteOptions() with a controller with a non entity argument. |
| EntityResolverTest | class | core/ |
Tests that entities references can be resolved. |
| EntityResolverTest.php | file | core/ |
|
| EntityResolverTest::$format | property | core/ |
The format being tested. |
| EntityResolverTest::$modules | property | core/ |
Modules to enable. |
| EntityResolverTest::setUp | function | core/ |
|
| EntityResolverTest::testUuidEntityResolver | function | core/ |
Test that fields referencing UUIDs can be denormalized. |
| EntityResource::$fieldResolver | property | core/ |
The JSON:API field resolver. |
| EntityResource::$includeResolver | property | core/ |
The include resolver. |
| EntityRouteAlterSubscriber::$resolverManager | property | core/ |
The entity resolver manager. |
| EntityTypeManager::$classResolver | property | core/ |
The class resolver. |
| FieldResolver | class | core/ |
A service that evaluates external path expressions against Drupal fields. |
| FieldResolver.php | file | core/ |
|
| FieldResolver::$entityTypeBundleInfo | property | core/ |
The entity type bundle information service. |
| FieldResolver::$entityTypeManager | property | core/ |
The entity type manager. |
| FieldResolver::$fieldManager | property | core/ |
The field manager. |
| FieldResolver::$moduleHandler | property | core/ |
The module handler. |
| FieldResolver::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository service. |
| FieldResolver::constructInternalPath | function | core/ |
Expands the internal path with the "entity" keyword. |
| FieldResolver::getAllDataReferencePropertyNames | function | core/ |
Gets all unique reference property names from the given field definitions. |
| FieldResolver::getDataReferencePropertyName | function | core/ |
Determines the reference property name for the remaining unresolved parts. |
| FieldResolver::getFieldAccess | function | core/ |
Gets the field access result for the 'view' operation. |
| FieldResolver::getFieldItemDefinitions | function | core/ |
Get all item definitions from a set of resources types by a field name. |
| FieldResolver::getIdFieldName | function | core/ |
Resolves the UUID field name for a resource type. |
| FieldResolver::getInternalName | function | core/ |
Resolves the internal field name based on a collection of resource types. |
| FieldResolver::getPathPartPropertyName | function | core/ |
Gets the property name from an entity typed or untyped path part. |
| FieldResolver::getRelatableResourceTypes | function | core/ |
Get the referenceable ResourceTypes for a set of field definitions. |
| FieldResolver::isCandidateDefinitionProperty | function | core/ |
Determines if a path part targets a field property, not a subsequent field. |
| FieldResolver::isCandidateDefinitionReferenceProperty | function | core/ |
Determines if a path part targets a reference property. |
| FieldResolver::isDelta | function | core/ |
Determines if a path part targets a specific field delta. |
| FieldResolver::isMemberFilterable | function | core/ |
Determines if the given field or member name is filterable. |
| FieldResolver::resolveInternalEntityQueryPath | function | core/ |
Resolves external field expressions into entity query compatible paths. |
| FieldResolver::resolveInternalIncludePath | function | core/ |
Validates and resolves an include path into its internal possibilities. |
| FieldResolver::resourceTypesAreTraversable | function | core/ |
Whether the given resources can be traversed to other resources. |
| FieldResolver::__construct | function | core/ |
Creates a FieldResolver instance. |
| FieldResolverTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Context\FieldResolver[[api-linebreak]] @group jsonapi |
| FieldResolverTest.php | file | core/ |
|
| FieldResolverTest::$modules | property | core/ |
Modules to enable. |
| FieldResolverTest::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.