class SchemaIncompleteException
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php \Drupal\Core\Config\Schema\SchemaIncompleteException
- 10 core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php \Drupal\Core\Config\Schema\SchemaIncompleteException
- 11.x core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php \Drupal\Core\Config\Schema\SchemaIncompleteException
An exception thrown when a config schema is incomplete.
Hierarchy
- class \Drupal\Core\Config\Schema\SchemaIncompleteException extends \Drupal\Core\Config\Schema\RuntimeException
Expanded class hierarchy of SchemaIncompleteException
8 files declare their use of SchemaIncompleteException
- ConfigEntityBase.php in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - ConfigEntityBaseUnitTest.php in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityBaseUnitTest.php - Contains \Drupal\Tests\Core\Config\Entity\ConfigEntityBaseUnitTest.
- ConfigSchemaChecker.php in core/
lib/ Drupal/ Core/ Config/ Development/ ConfigSchemaChecker.php - EntityBlock.php in core/
modules/ block/ src/ Plugin/ migrate/ destination/ EntityBlock.php - LayoutBuilderEntityViewDisplayTest.php in core/
modules/ layout_builder/ tests/ src/ Kernel/ LayoutBuilderEntityViewDisplayTest.php
File
-
core/
lib/ Drupal/ Core/ Config/ Schema/ SchemaIncompleteException.php, line 8
Namespace
Drupal\Core\Config\SchemaView source
class SchemaIncompleteException extends \RuntimeException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.