function OtherModuleUninstalledHooks::cacheFlush

Implements hook_cache_flush().

File

core/modules/system/tests/modules/respond_install_uninstall_hook_test/src/Hook/OtherModuleUninstalledHooks.php, line 35

Class

OtherModuleUninstalledHooks
Hook implementations for respond_install_uninstall_hook_test.

Namespace

Drupal\respond_install_uninstall_hook_test\Hook

Code

public function cacheFlush() : void {
    // Set a global value we can check in test code.
    $GLOBALS['hook_cache_flush'] = 'hook_cache_flush';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.