
| Current Path : /var/www/html/german-vocational.cn/core/lib/Drupal/Core/Config/Testing/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/german-vocational.cn/core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php |
<?php
namespace Drupal\Core\Config\Testing;
use Drupal\Core\Config\Development\ConfigSchemaChecker as SchemaChecker;
/**
* Listens to the config save event and validates schema.
*
* If tests have the $strictConfigSchema property set to TRUE this event
* listener will be added to the container and throw exceptions if configuration
* is invalid.
*
* @see \Drupal\KernelTests\KernelTestBase::register()
* @see \Drupal\simpletest\WebTestBase::setUp()
* @see \Drupal\simpletest\KernelTestBase::containerBuild()
*
* @deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0.
* Use Drupal\Core\Config\Development\ConfigSchemaChecker.
*/
class ConfigSchemaChecker extends SchemaChecker {
}