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 |
---|---|---|---|
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 @group jsonapi |
FieldResolverTest.php | file | core/ |
|
FieldResolverTest::$modules | property | core/ |
Modules to enable. |
FieldResolverTest::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
FieldResolverTest::$sut | property | core/ |
The subject under test. |
FieldResolverTest::makeBundle | function | core/ |
Create a simple bundle. |
FieldResolverTest::makeField | function | core/ |
Creates a field for a specified entity type/bundle. |
FieldResolverTest::resolveInternalEntityQueryPathErrorProvider | function | core/ |
Provides test cases for ::testResolveInternalEntityQueryPathError. |
FieldResolverTest::resolveInternalEntityQueryPathProvider | function | core/ |
Provides test cases for ::testResolveInternalEntityQueryPath. |
FieldResolverTest::resolveInternalIncludePathErrorProvider | function | core/ |
Provides test cases for ::testResolveInternalIncludePathError. |
FieldResolverTest::resolveInternalIncludePathProvider | function | core/ |
Provides test cases for resolveInternalEntityQueryPath. |
FieldResolverTest::setUp | function | core/ |
|
FieldResolverTest::testResolveInternalEntityQueryPath | function | core/ |
@covers ::resolveInternalEntityQueryPath @dataProvider resolveInternalEntityQueryPathProvider |
FieldResolverTest::testResolveInternalEntityQueryPathError | function | core/ |
Expects an error when an invalid field is provided for filter and sort. |
FieldResolverTest::testResolveInternalIncludePath | function | core/ |
@covers ::resolveInternalEntityQueryPath @dataProvider resolveInternalIncludePathProvider |
FieldResolverTest::testResolveInternalIncludePathError | function | core/ |
Expects an error when an invalid field is provided for include. |
FilterTest::$fieldResolver | property | core/ |
|
FilterTest::getFieldResolverMock | function | core/ |
Provides a mock field resolver. |
FormBuilder::$classResolver | property | core/ |
The class resolver. |
FormController::$argumentResolver | property | core/ |
The argument resolver. |
FormTestBase::$classResolver | property | core/ |
The class results. |
FormTestBase::$controllerResolver | property | core/ |
The controller resolver. |
HtmlFormController::$classResolver | property | core/ |
The class resolver. |
HtmlRenderer::$titleResolver | property | core/ |
The title resolver. |
HtmlResponseAttachmentsProcessor::$assetResolver | property | core/ |
The asset resolver service. |
HTMLRestrictions::resolveWildcards | function | core/ |
Resolves the wildcard tags (this consumes the wildcard tags). |
http_kernel.controller.argument_resolver | service | core/ |
Symfony\Component\HttpKernel\Controller\ArgumentResolver |
IncludeResolver | class | core/ |
Resolves included resources for an entity or collection of entities. |
IncludeResolver.php | file | core/ |
|
IncludeResolver::$entityAccessChecker | property | core/ |
The JSON:API entity access checker. |
IncludeResolver::$entityTypeManager | property | core/ |
The entity type manager. |
IncludeResolver::buildTree | function | core/ |
Takes an array of exploded paths and builds a tree of field names. |
IncludeResolver::resolve | function | core/ |
Resolves included resources. |
IncludeResolver::resolveIncludeTree | function | core/ |
Receives a tree of include field names and resolves resources for it. |
IncludeResolver::resolveInternalIncludePaths | function | core/ |
Resolves an array of public field paths. |
IncludeResolver::toIncludeTree | function | core/ |
Returns a tree of field names to include from an include parameter. |
IncludeResolver::__construct | function | core/ |
IncludeResolver constructor. |
jsonapi.field_resolver | service | core/ |
Drupal\jsonapi\Context\FieldResolver |
jsonapi.include_resolver | service | core/ |
Drupal\jsonapi\IncludeResolver |
JsonApiDocumentTopLevelNormalizerTest::$includeResolver | property | core/ |
The include resolver. |
JsonRenderer::$titleResolver | property | core/ |
The title resolver. |
LegacyExtensionPathResolverTest | class | core/ |
Tests the extension path resolver deprecations. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.