function config_test_config_test_update
Same name in other branches
- 9 core/modules/config/tests/config_test/config_test.hooks.inc \config_test_config_test_update()
- 8.9.x core/modules/config/tests/config_test/config_test.hooks.inc \config_test_config_test_update()
- 10 core/modules/config/tests/config_test/config_test.hooks.inc \config_test_config_test_update()
Implements hook_config_test_update().
1 string reference to 'config_test_config_test_update'
- ConfigTestHooksHooks::configTestUpdate in core/
modules/ config/ tests/ config_test/ src/ Hook/ ConfigTestHooksHooks.php - Implements hook_config_test_update().
File
-
core/
modules/ config/ tests/ config_test/ config_test.hooks.inc, line 52
Code
function config_test_config_test_update(ConfigTest $config_test) {
$GLOBALS['hook_config_test']['update'] = __FUNCTION__;
_config_test_update_is_syncing_store('update', $config_test);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.