You are here

function system_post_update_language_item_callback in Drupal 8

Force cache clear for language item callback.

See also

https://www.drupal.org/node/2851736

File

core/modules/system/system.post_update.php, line 148
Post update functions for System.

Code

function system_post_update_language_item_callback() {

  // Empty post-update hook.
}