function system_module_test_install
Same name in other branches
- 8.9.x core/modules/system/tests/modules/system_module_test/system_module_test.install \system_module_test_install()
- 10 core/modules/system/tests/modules/system_module_test/system_module_test.install \system_module_test_install()
- 11.x core/modules/system/tests/modules/system_module_test/system_module_test.install \system_module_test_install()
Implements hook_install().
File
-
core/
modules/ system/ tests/ modules/ system_module_test/ system_module_test.install, line 13
Code
function system_module_test_install() {
Cache::invalidateTags([
'rendered',
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.