You are here

public function AliasLinkEnhancer::getOutputJsonSchema in Gatsby Live Preview & Incremental Builds 2.0.x

Same name and namespace in other branches
  1. 8 modules/gatsby_extras/src/Plugin/jsonapi/FieldEnhancer/AliasLinkEnhancer.php \Drupal\gatsby_extras\Plugin\jsonapi\FieldEnhancer\AliasLinkEnhancer::getOutputJsonSchema()

File

modules/gatsby_extras/src/Plugin/jsonapi/FieldEnhancer/AliasLinkEnhancer.php, line 109

Class

AliasLinkEnhancer
Use UUID for internal link field value.

Namespace

Drupal\gatsby_extras\Plugin\jsonapi\FieldEnhancer

Code

public function getOutputJsonSchema() {
  return [
    'type' => 'object',
  ];
}