You are here

class SchemaIncompleteException in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php \Drupal\Core\Config\Schema\SchemaIncompleteException
  2. 9 core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php \Drupal\Core\Config\Schema\SchemaIncompleteException

An exception thrown when a config schema is incomplete.

Hierarchy

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

... See full list

File

core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php, line 8

Namespace

Drupal\Core\Config\Schema
View source
class SchemaIncompleteException extends \RuntimeException {

}

Members