You are here

protected function RestGenerator::getApiDescription in OpenAPI for REST 8.2

File

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

Class

RestGenerator
Defines an OpenApi Schema Generator for the Rest module.

Namespace

Drupal\openapi_rest\Plugin\openapi\OpenApiGenerator

Code

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