You are here

public function ResourceFieldEnhancerInterface::getOutputJsonSchema in JSON:API Extras 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/ResourceFieldEnhancerInterface.php \Drupal\jsonapi_extras\Plugin\ResourceFieldEnhancerInterface::getOutputJsonSchema()

Get the JSON Schema for the new output.

Return value

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

1 call to ResourceFieldEnhancerInterface::getOutputJsonSchema()
ResourceFieldEnhancerBase::getOutputValidator in src/Plugin/ResourceFieldEnhancerBase.php
4 methods override ResourceFieldEnhancerInterface::getOutputJsonSchema()
DateTimeEnhancerBase::getOutputJsonSchema in src/Plugin/DateTimeEnhancerBase.php
Get the JSON Schema for the new output.
JSONFieldEnhancer::getOutputJsonSchema in src/Plugin/jsonapi/FieldEnhancer/JSONFieldEnhancer.php
Get the JSON Schema for the new output.
SingleNestedEnhancer::getOutputJsonSchema in src/Plugin/jsonapi/FieldEnhancer/SingleNestedEnhancer.php
Get the JSON Schema for the new output.
UuidLinkEnhancer::getOutputJsonSchema in src/Plugin/jsonapi/FieldEnhancer/UuidLinkEnhancer.php
Get the JSON Schema for the new output.

File

src/Plugin/ResourceFieldEnhancerInterface.php, line 22

Class

ResourceFieldEnhancerInterface
Provides an interface defining a ResourceFieldEnhancer entity.

Namespace

Drupal\jsonapi_extras\Plugin

Code

public function getOutputJsonSchema();