static property JsonApiGenerator::$DEFINITION_SEPARATOR in OpenAPI 8
Separator for using in definition id strings.
Override the default one to use '--' and match jsonapi.
Type: string
Overrides OpenApiGeneratorBase::$DEFINITION_SEPARATOR
File
- src/
Plugin/ openapi/ OpenApiGenerator/ JsonApiGenerator.php, line 48
Class
- JsonApiGenerator
- Defines an OpenApi Schema Generator for the JsonApi module.
Namespace
Drupal\openapi\Plugin\openapi\OpenApiGeneratorCode
static $DEFINITION_SEPARATOR = '--';