You are here

function config_test_config_test_insert in Zircon Profile 8.0

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

Implements hook_config_test_insert().

File

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

Code

function config_test_config_test_insert() {
  $GLOBALS['hook_config_test']['insert'] = __FUNCTION__;
}