You are here

constant SWAGGER_UI_FORMATTER_SVG_DEFINITION_CID in Swagger UI Field Formatter 8.2

Swagger UI SVG definition related cache ID.

2 uses of SWAGGER_UI_FORMATTER_SVG_DEFINITION_CID
swagger_ui_formatter_cache_flush in ./swagger_ui_formatter.module
Implements hook_cache_flush().
_swagger_ui_formatter_get_svg_definition in ./swagger_ui_formatter.module
Gets Swagger UI related SVG definition.

File

./swagger_ui_formatter.module, line 21
Main module file for Swagger UI Field Formatter.

Code

const SWAGGER_UI_FORMATTER_SVG_DEFINITION_CID = 'swagger_ui_formatter:svg_definition';