You are here

function components_post_update_components_info_alter in Components! 8.2

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

Clear caches to allow alter hooks used by components.info service.

File

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

Code

function components_post_update_components_info_alter() {

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