class Undefined
Same name in other branches
- 9 core/lib/Drupal/Core/Config/Schema/Undefined.php \Drupal\Core\Config\Schema\Undefined
- 10 core/lib/Drupal/Core/Config/Schema/Undefined.php \Drupal\Core\Config\Schema\Undefined
- 11.x core/lib/Drupal/Core/Config/Schema/Undefined.php \Drupal\Core\Config\Schema\Undefined
Undefined configuration element.
Hierarchy
- class \Drupal\Core\TypedData\TypedData implements \Drupal\Core\TypedData\TypedDataInterface, \Drupal\Component\Plugin\PluginInspectionInterface uses \Drupal\Core\DependencyInjection\DependencySerializationTrait, \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\TypedData\TypedDataTrait
Expanded class hierarchy of Undefined
3 files declare their use of Undefined
- ConfigSchemaTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigSchemaTest.php - StorableConfigBase.php in core/
lib/ Drupal/ Core/ Config/ StorableConfigBase.php - TypedConfigManager.php in core/
lib/ Drupal/ Core/ Config/ TypedConfigManager.php
12 string references to 'Undefined'
- ConfigSchemaTest::testSchemaMapping in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigSchemaTest.php - Tests the basic metadata retrieval layer.
- ConfigSchemaTest::testSchemaMapping in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigSchemaTest.php - Tests the basic metadata retrieval layer.
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
- core.data_types.schema.yml in core/
config/ schema/ core.data_types.schema.yml - core/config/schema/core.data_types.schema.yml
- database_test_schema in core/
modules/ system/ tests/ modules/ database_test/ database_test.install - Implements hook_schema().
File
-
core/
lib/ Drupal/ Core/ Config/ Schema/ Undefined.php, line 8
Namespace
Drupal\Core\Config\SchemaView source
class Undefined extends Element {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.