class ConfigSchemaAlterException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php \Drupal\Core\Config\Schema\ConfigSchemaAlterException
Exception for when hook_config_schema_info_alter() adds or removes schema.
Hierarchy
- class \Drupal\Core\Config\Schema\ConfigSchemaAlterException extends \Drupal\Core\Config\Schema\RuntimeException
Expanded class hierarchy of ConfigSchemaAlterException
2 files declare their use of ConfigSchemaAlterException
- ConfigSchemaTest.php in core/
modules/ config/ src/ Tests/ ConfigSchemaTest.php - Contains \Drupal\config\Tests\ConfigSchemaTest.
- TypedConfigManager.php in core/
lib/ Drupal/ Core/ Config/ TypedConfigManager.php - Contains \Drupal\Core\Config\TypedConfigManager.
File
- core/
lib/ Drupal/ Core/ Config/ Schema/ ConfigSchemaAlterException.php, line 13 - Contains \Drupal\Core\Config\Schema\ConfigSchemaAlterException.
Namespace
Drupal\Core\Config\SchemaView source
class ConfigSchemaAlterException extends \RuntimeException {
}