You are here

abstract public function OpenApiGeneratorBase::getApiName in OpenAPI 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/openapi/OpenApiGeneratorBase.php \Drupal\openapi\Plugin\openapi\OpenApiGeneratorBase::getApiName()

Gets the API name.

Return value

string The API name.

1 call to OpenApiGeneratorBase::getApiName()
OpenApiGeneratorBase::getInfo in src/Plugin/openapi/OpenApiGeneratorBase.php
Creates the 'info' portion of the API.
1 method overrides OpenApiGeneratorBase::getApiName()
NullGenerator::getApiName in tests/modules/openapi_test/src/Plugin/openapi/OpenApiGenerator/NullGenerator.php
Gets the API name.

File

src/Plugin/openapi/OpenApiGeneratorBase.php, line 236

Class

OpenApiGeneratorBase
Defines base class for OpenApi Generator plugins.

Namespace

Drupal\openapi\Plugin\openapi

Code

public abstract function getApiName();