function ConfigTestHooksHooks::configTestPresave

Implements hook_config_test_presave().

File

core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php, line 37

Class

ConfigTestHooksHooks
Hook implementations for config_test.

Namespace

Drupal\config_test\Hook

Code

public function configTestPresave(ConfigTest $config_test) {
    $GLOBALS['hook_config_test']['presave'] = 'config_test_config_test_presave';
    $this->updateIsSyncingStore('presave', $config_test);
}

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