public function ResourceFieldEnhancerInterface::getOutputJsonSchema in JSON:API Extras 8.3
Same name and namespace in other branches
- 8.2 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()
5 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.
- UrlLinkEnhancer::getOutputJsonSchema in src/
Plugin/ jsonapi/ FieldEnhancer/ UrlLinkEnhancer.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 21
Class
- ResourceFieldEnhancerInterface
- Provides an interface defining a ResourceFieldEnhancer entity.
Namespace
Drupal\jsonapi_extras\PluginCode
public function getOutputJsonSchema();