You are here

function swagger_ui_formatter_post_update_1 in Swagger UI Field Formatter 8.2

Same name and namespace in other branches
  1. 8.3 swagger_ui_formatter.post_update.php \swagger_ui_formatter_post_update_1()

Clear cache due to updated library definitions.

File

./swagger_ui_formatter.post_update.php, line 11
Post update functions for Swagger UI Field Formatter.

Code

function swagger_ui_formatter_post_update_1() {

  // Empty post-update hook.
}