public function TestConfigFactoryOverrideBase::onConfigSave in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php \Drupal\Tests\Core\Config\TestConfigFactoryOverrideBase::onConfigSave()
Actions to be performed to configuration override on configuration save.
Parameters
\Drupal\Core\Config\ConfigCrudEvent $event: The config CRUD event.
Overrides ConfigFactoryOverrideBase::onConfigSave
File
- core/
tests/ Drupal/ Tests/ Core/ Config/ ConfigFactoryOverrideBaseTest.php, line 93
Class
Namespace
Drupal\Tests\Core\ConfigCode
public function onConfigSave(ConfigCrudEvent $event) {
}