You are here

public function JsonApiGenerator::getApiName in OpenAPI 8

Gets the API name.

Return value

string The API name.

Overrides OpenApiGeneratorBase::getApiName

File

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

Class

JsonApiGenerator
Defines an OpenApi Schema Generator for the JsonApi module.

Namespace

Drupal\openapi\Plugin\openapi\OpenApiGenerator

Code

public function getApiName() {
  return $this
    ->t('JSON API');
}