function config_test_config_test_presave

Implements hook_config_test_presave().

File

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

Code

function config_test_config_test_presave() {
  $GLOBALS['hook_config_test']['presave'] = __FUNCTION__;
}