You are here

swagger_ui_formatter.post_update.php in Swagger UI Field Formatter 8.2

Same filename and directory in other branches
  1. 8.3 swagger_ui_formatter.post_update.php

Post update functions for Swagger UI Field Formatter.

File

swagger_ui_formatter.post_update.php
View source
<?php

/**
 * @file
 * Post update functions for Swagger UI Field Formatter.
 */

/**
 * Clear cache due to updated library definitions.
 */
function swagger_ui_formatter_post_update_1() {

  // Empty post-update hook.
}

/**
 * Clear cache due to changes in the rendering.
 */
function swagger_ui_formatter_post_update_2() {

  // Empty post-update hook.
}

Functions

Namesort descending Description
swagger_ui_formatter_post_update_1 Clear cache due to updated library definitions.
swagger_ui_formatter_post_update_2 Clear cache due to changes in the rendering.