Search for Id
| Title | Object type | File name | Summary |
|---|---|---|---|
| Resource::getThumbnailWidth | function | core/ |
Returns the width of the resource's thumbnail image. |
| Resource::getWidth | function | core/ |
Returns the width of the resource. |
| Resource::TYPE_VIDEO | constant | core/ |
The resource type for video resources. |
| Resource::video | function | core/ |
Creates a video resource. |
| ResourceFetcher::$providers | property | core/ |
The oEmbed provider repository service. |
| ResourceFetcherTest::providerFetchResource | function | core/ |
Data provider for testFetchResource(). |
| ResourceIdentifier | class | core/ |
Represents a JSON:API resource identifier object. |
| ResourceIdentifier.php | file | core/ |
|
| ResourceIdentifier::$id | property | core/ |
The resource ID. |
| ResourceIdentifier::$meta | property | core/ |
The relationship's metadata. |
| ResourceIdentifier::$resourceType | property | core/ |
The JSON:API resource type. |
| ResourceIdentifier::$resourceTypeName | property | core/ |
The JSON:API resource type name. |
| ResourceIdentifier::areResourceIdentifiersUnique | function | core/ |
Determines if an array of ResourceIdentifier objects is duplicate free. |
| ResourceIdentifier::ARITY_KEY | constant | core/ |
|
| ResourceIdentifier::compare | function | core/ |
Compares ResourceIdentifier objects. |
| ResourceIdentifier::deduplicate | function | core/ |
Deduplicates an array of ResourceIdentifier objects. |
| ResourceIdentifier::fromEntity | function | core/ |
Creates a ResourceIdentifier object. |
| ResourceIdentifier::getArity | function | core/ |
Gets the ResourceIdentifier's arity. |
| ResourceIdentifier::getDataReferencePropertyName | function | core/ |
Helper method to determine which field item property contains an entity. |
| ResourceIdentifier::getId | function | core/ |
Gets the ResourceIdentifier's ID. |
| ResourceIdentifier::getMeta | function | core/ |
Gets the resource identifier objects metadata. |
| ResourceIdentifier::getResourceType | function | core/ |
Gets the resource identifier's JSON:API resource type. |
| ResourceIdentifier::getTypeName | function | core/ |
Gets the ResourceIdentifier's JSON:API resource type name. |
| ResourceIdentifier::getVirtualOrMissingResourceIdentifier | function | core/ |
Creates a ResourceIdentifier for a NULL or FALSE entity reference item. |
| ResourceIdentifier::hasArity | function | core/ |
Whether this ResourceIdentifier has an arity. |
| ResourceIdentifier::isDuplicate | function | core/ |
Determines if two ResourceIdentifiers are the same. |
| ResourceIdentifier::isParallel | function | core/ |
Determines if two ResourceIdentifiers identify the same resource object. |
| ResourceIdentifier::toResourceIdentifier | function | core/ |
Creates a ResourceIdentifier object. |
| ResourceIdentifier::toResourceIdentifiers | function | core/ |
Creates an array of ResourceIdentifier objects. |
| ResourceIdentifier::toResourceIdentifiersWithArityRequired | function | core/ |
Creates an array of ResourceIdentifier objects with arity on every value. |
| ResourceIdentifier::withArity | function | core/ |
Returns a copy of the given ResourceIdentifier with the given arity. |
| ResourceIdentifier::__construct | function | core/ |
ResourceIdentifier constructor. |
| ResourceIdentifierInterface | interface | core/ |
An interface for identifying a related resource. |
| ResourceIdentifierInterface.php | file | core/ |
|
| ResourceIdentifierInterface::getId | function | core/ |
Gets the resource identifier's ID. |
| ResourceIdentifierInterface::getResourceType | function | core/ |
Gets the resource identifier's JSON:API resource type. |
| ResourceIdentifierInterface::getTypeName | function | core/ |
Gets the resource identifier's JSON:API resource type name. |
| ResourceIdentifierNormalizer | class | core/ |
Normalizes a Relationship according to the JSON:API specification. |
| ResourceIdentifierNormalizer.php | file | core/ |
|
| ResourceIdentifierNormalizer::$fieldManager | property | core/ |
The entity field manager. |
| ResourceIdentifierNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| ResourceIdentifierNormalizer::denormalize | function | core/ |
|
| ResourceIdentifierNormalizer::massageRelationshipInput | function | core/ |
Validates and massages the relationship input depending on the cardinality. |
| ResourceIdentifierNormalizer::normalize | function | core/ |
|
| ResourceIdentifierNormalizer::__construct | function | core/ |
RelationshipNormalizer constructor. |
| ResourceIdentifierNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\ResourceIdentifierNormalizer[[api-linebreak]] @group jsonapi |
| ResourceIdentifierNormalizerTest.php | file | core/ |
|
| ResourceIdentifierNormalizerTest::$normalizer | property | core/ |
The normalizer under test. |
| ResourceIdentifierNormalizerTest::$resourceType | property | core/ |
The base resource type for testing. |
| ResourceIdentifierNormalizerTest::denormalizeInvalidResourceProvider | function | core/ |
Data provider for the denormalize test. |
Pagination
- Previous page
- Page 116
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.