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