function config_test_config_test_update

Implements hook_config_test_update().

File

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

Code

function config_test_config_test_update() {
  $GLOBALS['hook_config_test']['update'] = __FUNCTION__;
}