You are here

public function OpenApiGeneratorInterface::getLabel in OpenAPI 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/openapi/OpenApiGeneratorInterface.php \Drupal\openapi\Plugin\openapi\OpenApiGeneratorInterface::getLabel()

Get plugin label.

Return value

string Plugin label.

1 method overrides OpenApiGeneratorInterface::getLabel()
OpenApiGeneratorBase::getLabel in src/Plugin/openapi/OpenApiGeneratorBase.php
Get plugin label.

File

src/Plugin/openapi/OpenApiGeneratorInterface.php, line 44

Class

OpenApiGeneratorInterface
Defines OpenApiGeneratorInterface for OpenApi Generator Plugins.

Namespace

Drupal\openapi\Plugin\openapi

Code

public function getLabel();