You are here

protected function RestGenerator::getApiDescription in OpenAPI 8

Gets API description.

Return value

string The API Description.

Overrides OpenApiGeneratorBase::getApiDescription

File

src/Plugin/openapi/OpenApiGenerator/RestGenerator.php, line 428

Class

RestGenerator
Defines an OpenApi Schema Generator for the Rest module.

Namespace

Drupal\openapi\Plugin\openapi\OpenApiGenerator

Code

protected function getApiDescription() {
  return $this
    ->t('The REST API provide by the core REST module.');
}