You are here

public function ResourceFieldEnhancerInterface::getJsonSchema in JSON:API Extras 8

Get the JSON Schema for the new output.

Return value

array An structured array representing the JSON Schema of the new output.

3 methods override ResourceFieldEnhancerInterface::getJsonSchema()
DateTimeEnhancerBase::getJsonSchema in src/Plugin/DateTimeEnhancerBase.php
Get the JSON Schema for the new output.
SingleNestedEnhancer::getJsonSchema in src/Plugin/jsonapi/FieldEnhancer/SingleNestedEnhancer.php
Get the JSON Schema for the new output.
UuidLinkEnhancer::getJsonSchema in src/Plugin/jsonapi/FieldEnhancer/UuidLinkEnhancer.php
Get the JSON Schema for the new output.

File

src/Plugin/ResourceFieldEnhancerInterface.php, line 40

Class

ResourceFieldEnhancerInterface
Provides an interface defining a ResourceFieldEnhancer entity.

Namespace

Drupal\jsonapi_extras\Plugin

Code

public function getJsonSchema();