Search for document
- Search 7.x for document
- Search 9.5.x for document
- Search 10.3.x for document
- Search 11.x for document
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
field.storage.media.field_media_document.yml | file | core/ |
core/profiles/demo_umami/config/install/field.storage.media.field_media_document.yml |
FieldConfigTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
FieldConfigTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
FieldPluginBase::documentSelfTokens | function | core/ |
Document any special tokens this field might use for itself. |
FieldStorageConfigTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
FieldStorageConfigTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
FileTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
FileTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
FileUploadTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the expected file entity. |
FileUploadTest::getPostDocument | function | core/ |
Returns the JSON:API POST document referencing the uploaded file. |
FilterFormatTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
FilterFormatTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
ImageStyleTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
ImageStyleTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
ItemTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
ItemTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
JsonApiDocumentTopLevel | class | core/ |
Represents a JSON:API document's "top level". |
JsonApiDocumentTopLevel.php | file | core/ |
|
JsonApiDocumentTopLevel::$data | property | core/ |
The data to normalize. |
JsonApiDocumentTopLevel::$includes | property | core/ |
The includes to normalize. |
JsonApiDocumentTopLevel::$links | property | core/ |
The links. |
JsonApiDocumentTopLevel::$meta | property | core/ |
The metadata to normalize. |
JsonApiDocumentTopLevel::$omissions | property | core/ |
Resource objects that will be omitted from the response for access reasons. |
JsonApiDocumentTopLevel::getData | function | core/ |
Gets the data. |
JsonApiDocumentTopLevel::getIncludes | function | core/ |
Gets a JSON:API Data object of resources to be included in the response. |
JsonApiDocumentTopLevel::getLinks | function | core/ |
Gets the links. |
JsonApiDocumentTopLevel::getMeta | function | core/ |
Gets the metadata. |
JsonApiDocumentTopLevel::getOmissions | function | core/ |
Gets an OmittedData instance containing resources to be omitted. |
JsonApiDocumentTopLevel::__construct | function | core/ |
Instantiates a JsonApiDocumentTopLevel object. |
JsonApiDocumentTopLevelNormalizer | class | core/ |
Normalizes the top-level document according to the JSON:API specification. |
JsonApiDocumentTopLevelNormalizer.php | file | core/ |
|
JsonApiDocumentTopLevelNormalizer::$entityTypeManager | property | core/ |
The entity type manager. |
JsonApiDocumentTopLevelNormalizer::$resourceTypeRepository | property | core/ |
The JSON:API resource type repository. |
JsonApiDocumentTopLevelNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
JsonApiDocumentTopLevelNormalizer::denormalize | function | core/ |
|
JsonApiDocumentTopLevelNormalizer::getLinkHash | function | core/ |
Hashes an omitted link. |
JsonApiDocumentTopLevelNormalizer::normalize | function | core/ |
|
JsonApiDocumentTopLevelNormalizer::normalizeErrorDocument | function | core/ |
Normalizes an error collection. |
JsonApiDocumentTopLevelNormalizer::normalizeOmissionsLinks | function | core/ |
Normalizes omitted data into a set of omission links. |
JsonApiDocumentTopLevelNormalizer::validateRequestBody | function | core/ |
Performs minimal validation of the document. |
JsonApiDocumentTopLevelNormalizer::__construct | function | core/ |
Constructs a JsonApiDocumentTopLevelNormalizer object. |
JsonApiDocumentTopLevelNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer @group jsonapi |
JsonApiDocumentTopLevelNormalizerTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Normalizer\JsonApiDocumentTopLevelNormalizer @group jsonapi |
JsonApiDocumentTopLevelNormalizerTest.php | file | core/ |
|
JsonApiDocumentTopLevelNormalizerTest.php | file | core/ |
|
JsonApiDocumentTopLevelNormalizerTest::$includeResolver | property | core/ |
The include resolver. |
JsonApiDocumentTopLevelNormalizerTest::$modules | property | core/ |
Modules to enable. |
JsonApiDocumentTopLevelNormalizerTest::$node | property | core/ |
A node to normalize. |
JsonApiDocumentTopLevelNormalizerTest::$normalizer | property | core/ |
The normalizer under test. |
JsonApiDocumentTopLevelNormalizerTest::$user | property | core/ |
A user to normalize. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.