function testing_hooks_cache_flush
Same name and namespace in other branches
- 11.x core/profiles/tests/testing_hooks/testing_hooks.profile \testing_hooks_cache_flush()
This implements cache_flush.
We do not have implements so this does not get converted.
File
-
core/
profiles/ tests/ testing_hooks/ testing_hooks.profile, line 15
Code
function testing_hooks_cache_flush() : void {
// Set a global value we can check in test code.
$GLOBALS['profile_procedural'] = 'profile_procedural';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.