function ConfigTestHooksHooks::configTestLoad

Same name and namespace in other branches
  1. 11.x core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php \Drupal\config_test\Hook\ConfigTestHooksHooks::configTestLoad()

Implements hook_ENTITY_TYPE_load().

Attributes

#[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\Hook

Code

public function configTestLoad() : void {
  $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.