Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Json::decode | function | core/ |
|
| Json::encode | function | core/ |
Uses HTML-safe strings, with several characters escaped. |
| Json::getFileExtension | function | core/ |
|
| JSON:API Architecture | group | core/ |
Overview The JSON:API module is a Drupal-centric implementation of the JSON:API specification. By its own definition, the JSON:API specification "is a specification for how a client should request that resources be fetched or modified, and how a… |
| jsonapi.api.php | file | core/ |
Documentation related to JSON:API. |
| jsonapi.custom_query_parameter_names_validator.subscriber | service | core/ |
Drupal\jsonapi\EventSubscriber\JsonApiRequestValidator |
| jsonapi.entity_access_checker | service | core/ |
Drupal\jsonapi\Access\EntityAccessChecker |
| jsonapi.entity_resource | service | core/ |
Drupal\jsonapi\Controller\EntityResource |
| jsonapi.exception_subscriber | service | core/ |
Drupal\jsonapi\EventSubscriber\DefaultExceptionSubscriber |
| jsonapi.field_resolver | service | core/ |
Drupal\jsonapi\Context\FieldResolver |
| jsonapi.file_upload | service | core/ |
Drupal\jsonapi\Controller\FileUpload |
| jsonapi.include_resolver | service | core/ |
Drupal\jsonapi\IncludeResolver |
| jsonapi.info.yml | file | core/ |
core/modules/jsonapi/jsonapi.info.yml |
| jsonapi.install | file | core/ |
Module install file. |
| jsonapi.links.menu.yml | file | core/ |
core/modules/jsonapi/jsonapi.links.menu.yml |
| jsonapi.links.task.yml | file | core/ |
core/modules/jsonapi/jsonapi.links.task.yml |
| jsonapi.maintenance_mode_subscriber | service | core/ |
Drupal\jsonapi\EventSubscriber\JsonapiMaintenanceModeSubscriber |
| jsonapi.module | file | core/ |
|
| jsonapi.normalization_cacher | service | core/ |
Drupal\jsonapi\EventSubscriber\ResourceObjectNormalizationCacher |
| jsonapi.resource_response.subscriber | service | core/ |
Drupal\jsonapi\EventSubscriber\ResourceResponseSubscriber |
| jsonapi.resource_type.repository | service | core/ |
Drupal\jsonapi\ResourceType\ResourceTypeRepository |
| jsonapi.resource_type.repository.jsonapi_test_field_aliasing | service | core/ |
Drupal\jsonapi_test_field_aliasing\ResourceType\AliasingResourceTypeRepository |
| jsonapi.resource_version.route_enhancer | service | core/ |
Drupal\jsonapi\Revisions\ResourceVersionRouteEnhancer |
| jsonapi.route_enhancer | service | core/ |
Drupal\jsonapi\Routing\RouteEnhancer |
| jsonapi.route_filter.format_setter | service | core/ |
Drupal\jsonapi\Routing\EarlyFormatSetter |
| jsonapi.routing.yml | file | core/ |
core/modules/jsonapi/jsonapi.routing.yml |
| jsonapi.schema.yml | file | core/ |
core/modules/jsonapi/config/schema/jsonapi.schema.yml |
| jsonapi.serializer | service | core/ |
Drupal\jsonapi\Serializer\Serializer |
| jsonapi.services.yml | file | core/ |
core/modules/jsonapi/jsonapi.services.yml |
| jsonapi.settings.yml | file | core/ |
core/modules/jsonapi/config/install/jsonapi.settings.yml |
| jsonapi.version_negotiator | service | core/ |
Drupal\jsonapi\Revisions\VersionNegotiator |
| jsonapi.version_negotiator.default | service | core/ |
Abstract |
| jsonapi.version_negotiator.id | service | core/ |
Drupal\jsonapi\Revisions\VersionById |
| jsonapi.version_negotiator.rel | service | core/ |
Drupal\jsonapi\Revisions\VersionByRel |
| 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. |
Pagination
- Previous page
- Page 748
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.