You are here

function swagger_ui_formatter_update_8001 in Swagger UI Field Formatter 8.3

Same name and namespace in other branches
  1. 8.2 swagger_ui_formatter.install \swagger_ui_formatter_update_8001()

Clear cache due to updated library definitions.

File

./swagger_ui_formatter.install, line 77

Code

function swagger_ui_formatter_update_8001() : void {

  // An empty update forces a call to drupal_flush_all_caches().
}