You are here

public function OpenApiGeneratorBase::getOptions in OpenAPI 8.2

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

Get the options for the current schema download.

Return value

array The options for generating the schema.

Overrides OpenApiGeneratorInterface::getOptions

File

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

Class

OpenApiGeneratorBase
Defines base class for OpenApi Generator plugins.

Namespace

Drupal\openapi\Plugin\openapi

Code

public function getOptions() {
  return $this->options;
}