class UnsupportedDataTypeConfigException
Same name in other branches
- 9 core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php \Drupal\Core\Config\UnsupportedDataTypeConfigException
- 8.9.x core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php \Drupal\Core\Config\UnsupportedDataTypeConfigException
- 10 core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php \Drupal\Core\Config\UnsupportedDataTypeConfigException
Exception thrown when a config data type is invalid.
Hierarchy
- class \Drupal\Core\Config\ConfigException extends \Drupal\Core\Config\RuntimeException
- class \Drupal\Core\Config\UnsupportedDataTypeConfigException extends \Drupal\Core\Config\ConfigException
Expanded class hierarchy of UnsupportedDataTypeConfigException
2 files declare their use of UnsupportedDataTypeConfigException
- ConfigCRUDTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigCRUDTest.php - FileStorageTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ FileStorageTest.php
File
-
core/
lib/ Drupal/ Core/ Config/ UnsupportedDataTypeConfigException.php, line 8
Namespace
Drupal\Core\ConfigView source
class UnsupportedDataTypeConfigException extends ConfigException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.