You are here

protected function JsonApiGenerator::getApiDescription in OpenAPI for JSON:API 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/openapi/OpenApiGenerator/JsonApiGenerator.php \Drupal\openapi_jsonapi\Plugin\openapi\OpenApiGenerator\JsonApiGenerator::getApiDescription()

File

src/Plugin/openapi/OpenApiGenerator/JsonApiGenerator.php, line 910

Class

JsonApiGenerator
Defines an OpenApi Schema Generator for the JsonApi module.

Namespace

Drupal\openapi_jsonapi\Plugin\openapi\OpenApiGenerator

Code

protected function getApiDescription() {
  return $this
    ->t('This is a JSON API compliant implementation');
}