class SchemaDefinitionException
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Database/Exception/SchemaDefinitionException.php \Drupal\Core\Database\Exception\SchemaDefinitionException
Exception thrown by the Schema Definition API.
Hierarchy
- class \Drupal\Core\Database\SchemaException implements \Drupal\Core\Database\DatabaseException extends \Drupal\Core\Database\RuntimeException
- class \Drupal\Core\Database\Exception\SchemaDefinitionException implements \Drupal\Core\Database\DatabaseException extends \Drupal\Core\Database\SchemaException
Expanded class hierarchy of SchemaDefinitionException
7 files declare their use of SchemaDefinitionException
- Column.php in core/
lib/ Drupal/ Core/ Database/ SchemaDefinition/ Column.php - ForeignKey.php in core/
lib/ Drupal/ Core/ Database/ SchemaDefinition/ ForeignKey.php - KernelTestBase.php in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - KeyBase.php in core/
lib/ Drupal/ Core/ Database/ SchemaDefinition/ KeyBase.php - Schema.php in core/
lib/ Drupal/ Core/ Database/ SchemaDefinition/ Schema.php
File
-
core/
lib/ Drupal/ Core/ Database/ Exception/ SchemaDefinitionException.php, line 11
Namespace
Drupal\Core\Database\ExceptionView source
class SchemaDefinitionException extends SchemaException implements DatabaseException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.