You are here

class SchemaIncompleteException in Zircon Profile 8

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

5 files declare their use of SchemaIncompleteException
ConfigEntityBase.php in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Contains \Drupal\Core\Config\Entity\ConfigEntityBase.
ConfigSchemaChecker.php in core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php
Contains \Drupal\Core\Config\Testing\ConfigSchemaChecker.
SchemaConfigListenerTest.php in core/modules/config/src/Tests/SchemaConfigListenerTest.php
Contains \Drupal\config\Tests\SchemaConfigListenerTest.
SchemaConfigListenerWebTest.php in core/modules/config/src/Tests/SchemaConfigListenerWebTest.php
Contains \Drupal\config\Tests\SchemaConfigListenerWebTest.
SchemaListenerController.php in core/modules/config/tests/config_test/src/SchemaListenerController.php
Contains \Drupal\config_test\SchemaListenerController.

File

core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php, line 13
Contains \Drupal\Core\Config\Schema\SchemaIncompleteException.

Namespace

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

}

Members