public function OpenApiGeneratorInterface::getOptions in OpenAPI 8
Same name and namespace in other branches
- 8.2 src/Plugin/openapi/OpenApiGeneratorInterface.php \Drupal\openapi\Plugin\openapi\OpenApiGeneratorInterface::getOptions()
Get the options for the current schema download.
Return value
array The options for generating the schema.
1 method overrides OpenApiGeneratorInterface::getOptions()
- OpenApiGeneratorBase::getOptions in src/
Plugin/ openapi/ OpenApiGeneratorBase.php - Get the options for the current schema download.
File
- src/
Plugin/ openapi/ OpenApiGeneratorInterface.php, line 28
Class
- OpenApiGeneratorInterface
- Defines OpenApiGeneratorInterface for OpenApi Generator Plugins.
Namespace
Drupal\openapi\Plugin\openapiCode
public function getOptions();