You are here

static property OpenApiGeneratorBase::$DEFINITION_SEPARATOR in OpenAPI 8.2

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

Separator for using in definition id strings.

Type: string

File

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

Class

OpenApiGeneratorBase
Defines base class for OpenApi Generator plugins.

Namespace

Drupal\openapi\Plugin\openapi

Code

static $DEFINITION_SEPARATOR = ':';