public function OpenApiGeneratorInterface::getPaths in OpenAPI 8.2
Same name and namespace in other branches
- 8 src/Plugin/openapi/OpenApiGeneratorInterface.php \Drupal\openapi\Plugin\openapi\OpenApiGeneratorInterface::getPaths()
Returns the paths information.
Return value
array The info elements.
1 method overrides OpenApiGeneratorInterface::getPaths()
- OpenApiGeneratorBase::getPaths in src/
Plugin/ openapi/ OpenApiGeneratorBase.php - Returns the paths information.
File
- src/
Plugin/ openapi/ OpenApiGeneratorInterface.php, line 108
Class
- OpenApiGeneratorInterface
- Defines OpenApiGeneratorInterface for OpenApi Generator Plugins.
Namespace
Drupal\openapi\Plugin\openapiCode
public function getPaths();