function config_test_config_test_load

Same name and namespace in other branches
  1. 8.9.x core/modules/config/tests/config_test/config_test.hooks.inc \config_test_config_test_load()
  2. 10 core/modules/config/tests/config_test/config_test.hooks.inc \config_test_config_test_load()
  3. 11.x core/modules/config/tests/config_test/config_test.hooks.inc \config_test_config_test_load()

Implements hook_config_test_load().

File

core/modules/config/tests/config_test/config_test.hooks.inc, line 17

Code

function config_test_config_test_load() {
    $GLOBALS['hook_config_test']['load'] = __FUNCTION__;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.