You are here

public function OpenApiGeneratorInterface::getTags in OpenAPI 8

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

Get tags for schema.

Return value

array Schema tag list.

1 method overrides OpenApiGeneratorInterface::getTags()
OpenApiGeneratorBase::getTags in src/Plugin/openapi/OpenApiGeneratorBase.php
Get tags for schema.

File

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

Class

OpenApiGeneratorInterface
Defines OpenApiGeneratorInterface for OpenApi Generator Plugins.

Namespace

Drupal\openapi\Plugin\openapi

Code

public function getTags();