swagger_ui_formatter.module in Swagger UI Field Formatter 8
Same filename and directory in other branches
Main module file for Swagger UI Field Formatter.
File
swagger_ui_formatter.moduleView source
<?php
/**
* @file
* Main module file for Swagger UI Field Formatter.
*/
/**
* Implements hook_theme().
*/
function swagger_ui_formatter_theme($existing, $type, $theme, $path) {
return [
'swagger_ui_field_item' => [
'variables' => [
'field_name' => NULL,
'delta' => NULL,
],
],
];
}
Functions
Name | Description |
---|---|
swagger_ui_formatter_theme | Implements hook_theme(). |