Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
Json::decode function core/lib/Drupal/Component/Serialization/Json.php
Json::encode function core/lib/Drupal/Component/Serialization/Json.php Uses HTML-safe strings, with several characters escaped.
Json::getFileExtension function core/lib/Drupal/Component/Serialization/Json.php
JSON:API Architecture group core/modules/jsonapi/jsonapi.api.php 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/modules/jsonapi/jsonapi.api.php Documentation related to JSON:API.
jsonapi.custom_query_parameter_names_validator.subscriber service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\EventSubscriber\JsonApiRequestValidator
jsonapi.entity_access_checker service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Access\EntityAccessChecker
jsonapi.entity_resource service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Controller\EntityResource
jsonapi.exception_subscriber service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\EventSubscriber\DefaultExceptionSubscriber
jsonapi.field_resolver service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Context\FieldResolver
jsonapi.file_upload service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Controller\FileUpload
jsonapi.include_resolver service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\IncludeResolver
jsonapi.info.yml file core/modules/jsonapi/jsonapi.info.yml core/modules/jsonapi/jsonapi.info.yml
jsonapi.install file core/modules/jsonapi/jsonapi.install Module install file.
jsonapi.links.menu.yml file core/modules/jsonapi/jsonapi.links.menu.yml core/modules/jsonapi/jsonapi.links.menu.yml
jsonapi.links.task.yml file core/modules/jsonapi/jsonapi.links.task.yml core/modules/jsonapi/jsonapi.links.task.yml
jsonapi.maintenance_mode_subscriber service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\EventSubscriber\JsonapiMaintenanceModeSubscriber
jsonapi.module file core/modules/jsonapi/jsonapi.module
jsonapi.normalization_cacher service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\EventSubscriber\ResourceObjectNormalizationCacher
jsonapi.resource_response.subscriber service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\EventSubscriber\ResourceResponseSubscriber
jsonapi.resource_type.repository service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\ResourceType\ResourceTypeRepository
jsonapi.resource_type.repository.jsonapi_test_field_aliasing service core/modules/jsonapi/tests/modules/jsonapi_test_field_aliasing/jsonapi_test_field_aliasing.services.yml Drupal\jsonapi_test_field_aliasing\ResourceType\AliasingResourceTypeRepository
jsonapi.resource_version.route_enhancer service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Revisions\ResourceVersionRouteEnhancer
jsonapi.route_enhancer service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Routing\RouteEnhancer
jsonapi.route_filter.format_setter service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Routing\EarlyFormatSetter
jsonapi.routing.yml file core/modules/jsonapi/jsonapi.routing.yml core/modules/jsonapi/jsonapi.routing.yml
jsonapi.schema.yml file core/modules/jsonapi/config/schema/jsonapi.schema.yml core/modules/jsonapi/config/schema/jsonapi.schema.yml
jsonapi.serializer service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Serializer\Serializer
jsonapi.services.yml file core/modules/jsonapi/jsonapi.services.yml core/modules/jsonapi/jsonapi.services.yml
jsonapi.settings.yml file core/modules/jsonapi/config/install/jsonapi.settings.yml core/modules/jsonapi/config/install/jsonapi.settings.yml
jsonapi.version_negotiator service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Revisions\VersionNegotiator
jsonapi.version_negotiator.default service core/modules/jsonapi/jsonapi.services.yml Abstract
jsonapi.version_negotiator.id service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Revisions\VersionById
jsonapi.version_negotiator.rel service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Revisions\VersionByRel
JsonApiDocumentTopLevel class core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Represents a JSON:API document's "top level".
JsonApiDocumentTopLevel.php file core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php
JsonApiDocumentTopLevel::$data property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The data to normalize.
JsonApiDocumentTopLevel::$includes property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The includes to normalize.
JsonApiDocumentTopLevel::$links property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The links.
JsonApiDocumentTopLevel::$meta property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The metadata to normalize.
JsonApiDocumentTopLevel::$omissions property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Resource objects that will be omitted from the response for access reasons.
JsonApiDocumentTopLevel::getData function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the data.
JsonApiDocumentTopLevel::getIncludes function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets a JSON:API Data object of resources to be included in the response.
JsonApiDocumentTopLevel::getLinks function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the links.
JsonApiDocumentTopLevel::getMeta function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the metadata.
JsonApiDocumentTopLevel::getOmissions function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets an OmittedData instance containing resources to be omitted.
JsonApiDocumentTopLevel::__construct function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Instantiates a JsonApiDocumentTopLevel object.
JsonApiDocumentTopLevelNormalizer class core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php Normalizes the top-level document according to the JSON:API specification.
JsonApiDocumentTopLevelNormalizer.php file core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php
JsonApiDocumentTopLevelNormalizer::$entityTypeManager property core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php The entity type manager.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.