You are here

function components_post_update_components_info_cache in Components! 8.2

Same name and namespace in other branches
  1. 3.x components.post_update.php \components_post_update_components_info_cache()

Clear caches to allow caching of data by components.info service.

File

./components.post_update.php, line 18
Post update functions for Components.

Code

function components_post_update_components_info_cache() {

  // Empty post-update hook. @see https://www.drupal.org/node/2960601
}