function ConfigTestHooksHooks::configTestLoad
Implements hook_config_test_load().
File
-
core/
modules/ config/ tests/ config_test/ src/ Hook/ ConfigTestHooksHooks.php, line 18
Class
- ConfigTestHooksHooks
- Hook implementations for config_test.
Namespace
Drupal\config_test\HookCode
public function configTestLoad() {
$GLOBALS['hook_config_test']['load'] = 'config_test_config_test_load';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.