function system_post_update_timestamp_plugins in Drupal 8
Force plugin definitions to be cleared.
See also
https://www.drupal.org/node/2802663
File
- core/
modules/ system/ system.post_update.php, line 67 - Post update functions for System.
Code
function system_post_update_timestamp_plugins() {
// Empty post-update hook.
}