Search for schema
- Search 7.x for schema
- Search 9.5.x for schema
- Search 8.9.x for schema
- Search 11.x for schema
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Schema | class | core/ |
SQLite implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
MySQL implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
A very minimal class for testing purposes. |
| Schema | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
SQLite implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
MySQL implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Schema. |
| Schema | class | core/ |
Provides a base implementation for Database Schema. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| ComponentMetadata::$schema | property | core/ |
Schema for the component props. |
| ComponentMetadata::parseSchemaInfo | function | core/ |
Parse the schema information. |
| ComponentMetadataTest::testMetadataEnforceSchema | function | core/ |
Tests the correct checks when enforcing schemas or not. |
| ComponentPluginManager::shouldEnforceSchemas | function | core/ |
Assess whether schemas are mandatory for props. |
| ComponentValidator::nullifyClassPropsSchema | function | core/ |
Utility method to ensure the schema for class props is set to 'null'. |
| condition_test.schema.yml | file | core/ |
core/modules/system/tests/modules/condition_test/config/schema/condition_test.schema.yml |
| config.storage.schema | service | core/ |
Drupal\Core\Config\ExtensionInstallStorage |
| ConfigActionValidationTest::$strictConfigSchema | property | core/ |
This test requires that we save invalid config, so we can test that it gets validated after applying a recipe. |
| ConfigCRUDTest::$strictConfigSchema | property | core/ |
Exempt from strict schema checking. |
| ConfigEntityBaseUnitTest::testToArraySchemaException | function | core/ |
@covers ::toArray[[api-linebreak]] |
| ConfigEntityUnitTest::$strictConfigSchema | property | core/ |
Exempt from strict schema checking. |
| ConfigFileContentTest::$strictConfigSchema | property | core/ |
Exempt from strict schema checking. |
| ConfigMapperInterface::hasSchema | function | core/ |
Checks that all pieces of this configuration mapper have a schema. |
| ConfigNamesMapper::hasSchema | function | core/ |
Checks that all pieces of this configuration mapper have a schema. |
| ConfigNamesMapperTest::providerTestHasSchema | function | core/ |
Provides data for ConfigMapperTest::testHasSchema(). |
| ConfigNamesMapperTest::testHasSchema | function | core/ |
Tests ConfigNamesMapper::hasSchema(). |
| ConfigSchemaAlterException | class | core/ |
Exception for when hook_config_schema_info_alter() adds or removes schema. |
| ConfigSchemaAlterException.php | file | core/ |
|
| ConfigSchemaChecker | class | core/ |
Listens to the config save event and validates schema. |
| ConfigSchemaChecker.php | file | core/ |
|
| ConfigSchemaChecker::$checked | property | core/ |
An array of config checked already. Keyed by config name and a checksum. |
| ConfigSchemaChecker::$exclude | property | core/ |
An array of config object names that are excluded from schema checking. |
| ConfigSchemaChecker::$typedManager | property | core/ |
The typed config manger. |
| ConfigSchemaChecker::getSubscribedEvents | function | core/ |
|
| ConfigSchemaChecker::onConfigSave | function | core/ |
Checks that configuration complies with its schema on config save. |
| ConfigSchemaChecker::__construct | function | core/ |
Constructs the ConfigSchemaChecker object. |
| ConfigSchemaDeprecationTest | class | core/ |
Tests config schema deprecation. |
| ConfigSchemaDeprecationTest.php | file | core/ |
|
| ConfigSchemaDeprecationTest::$modules | property | core/ |
Modules to install. |
| ConfigSchemaDeprecationTest::testConfigSchemaDeprecation | function | core/ |
Tests config schema deprecation. |
| ConfigSchemaDiscovery | class | core/ |
Allows YAML files to define config schema types. |
| ConfigSchemaDiscovery.php | file | core/ |
|
| ConfigSchemaDiscovery::$schemaStorage | property | core/ |
A storage instance for reading configuration schema data. |
| ConfigSchemaDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| ConfigSchemaDiscovery::__construct | function | core/ |
Constructs a ConfigSchemaDiscovery object. |
| ConfigSchemaTest | class | core/ |
Tests schema for configuration objects. |
| ConfigSchemaTest.php | file | core/ |
|
| ConfigSchemaTest::$modules | property | core/ |
Modules to install. |
| ConfigSchemaTest::setUp | function | core/ |
|
| ConfigSchemaTest::testColonsInSchemaTypeDetermination | function | core/ |
Tests use of colons in schema type determination. |
| ConfigSchemaTest::testConfigSaveMappingSort | function | core/ |
Test configuration value data type enforcement using schemas. |
| ConfigSchemaTest::testConfigSaveWithSchema | function | core/ |
Tests configuration value data type enforcement using schemas. |
| ConfigSchemaTest::testConfigSaveWithSequenceSorting | function | core/ |
Tests configuration sequence sorting using schemas. |
| ConfigSchemaTest::testConfigSaveWithWrappingSchema | function | core/ |
Tests saving config when the type is wrapped by a dynamic type. |
| ConfigSchemaTest::testConfigSaveWithWrappingSchemaDoubleBrackets | function | core/ |
Tests dynamic config schema type with multiple sub-key references. |
| ConfigSchemaTest::testConfigSchemaInfoAlter | function | core/ |
Tests hook_config_schema_info_alter(). |
| ConfigSchemaTest::testLangcodeRequiredIfTranslatableValuesConstraintError | function | core/ |
@group legacy |
| ConfigSchemaTest::testSchemaData | function | core/ |
Tests metadata applied to configuration objects. |
| ConfigSchemaTest::testSchemaFallback | function | core/ |
Tests fallback to a greedy wildcard. |
| ConfigSchemaTest::testSchemaMapping | function | core/ |
Tests the basic metadata retrieval layer. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.