You are here

static property JsonApiGenerator::$DEFINITION_SEPARATOR in OpenAPI for JSON:API 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/openapi/OpenApiGenerator/JsonApiGenerator.php \Drupal\openapi_jsonapi\Plugin\openapi\OpenApiGenerator\JsonApiGenerator::DEFINITION_SEPARATOR

Separator for using in definition id strings.

Override the default one to use '--' and match jsonapi.

Type: string

File

src/Plugin/openapi/OpenApiGenerator/JsonApiGenerator.php, line 49

Class

JsonApiGenerator
Defines an OpenApi Schema Generator for the JsonApi module.

Namespace

Drupal\openapi_jsonapi\Plugin\openapi\OpenApiGenerator

Code

static $DEFINITION_SEPARATOR = '--';