You are here

class ConfigSchemaAlterException in Zircon Profile 8

Same name and namespace in other branches
  1. 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

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\Schema
View source
class ConfigSchemaAlterException extends \RuntimeException {

}

Members