You are here

function config_test_config_test_delete in Zircon Profile 8

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

Implements hook_config_test_delete().

File

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

Code

function config_test_config_test_delete() {
  $GLOBALS['hook_config_test']['delete'] = __FUNCTION__;
}