You are here

function config_test_config_test_presave in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/config/tests/config_test/config_test.hooks.inc \config_test_config_test_presave()

Implements hook_config_test_presave().

File

core/modules/config/tests/config_test/config_test.hooks.inc, line 34
Fake third-party hook implementations for ConfigTest entities.

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);
}