You are here

constant SWAGGER_UI_FORMATTER_LIBRARY_PATH_CID in Swagger UI Field Formatter 8.2

Swagger UI library path related cache ID.

3 uses of SWAGGER_UI_FORMATTER_LIBRARY_PATH_CID
SwaggerUIFormatterTrait::buildRenderArray in src/Plugin/Field/FieldFormatter/SwaggerUIFormatterTrait.php
Builds a render array from a field.
swagger_ui_formatter_cache_flush in ./swagger_ui_formatter.module
Implements hook_cache_flush().
_swagger_ui_formatter_get_library_path in ./swagger_ui_formatter.module
Helper function to determine the Swagger UI library path.

File

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

Code

const SWAGGER_UI_FORMATTER_LIBRARY_PATH_CID = 'swagger_ui_formatter:library_path';