Search for schema
- Search 7.x for schema
- Search 9.5.x for schema
- Search 8.9.x for schema
- Search 10.3.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/ |
Provides a base implementation for Database Schema. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
|
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. |
ConfigSchemaTest::testSchemaMappingWithParents | function | core/ |
Tests metadata retrieval with several levels of %parent indirection. |
ConfigSchemaTestHooks | class | core/ |
Hook implementations for config_schema_test. |
ConfigSchemaTestHooks.php | file | core/ |
|
ConfigSchemaTestHooks::configSchemaInfoAlter | function | core/ |
Implements hook_config_schema_info_alter(). |
ConfigTranslationHooks::configSchemaInfoAlter | function | core/ |
Implements hook_config_schema_info_alter(). |
ConfigValidationTest::$strictConfigSchema | property | core/ |
This test depends on us being able to create invalid config, so we can ensure that validatable config is validated by the recipe runner. |
config_collection_install_test.schema.yml | file | core/ |
core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml |
config_events_test.schema.yml | file | core/ |
core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml |
config_events_test.schema.yml | file | core/ |
core/modules/language/tests/language_events_test/config/schema/config_events_test.schema.yml |
config_integration_test.schema.yml | file | core/ |
core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml |
config_other_module_config_test.schema.yml | file | core/ |
core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml |
config_schema_add_fallback_type_test.info.yml | file | core/ |
core/modules/config/tests/config_schema_add_fallback_type_test/config_schema_add_fallback_type_test.info.yml |
config_schema_add_fallback_type_test.schema.yml | file | core/ |
core/modules/config/tests/config_schema_add_fallback_type_test/config/schema/config_schema_add_fallback_type_test.schema.yml |
config_schema_deprecated_test.info.yml | file | core/ |
core/modules/config/tests/config_schema_deprecated_test/config_schema_deprecated_test.info.yml |
config_schema_deprecated_test.schema.yml | file | core/ |
core/modules/config/tests/config_schema_deprecated_test/config/schema/config_schema_deprecated_test.schema.yml |
config_schema_test.ignore.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml |
config_schema_test.info.yml | file | core/ |
core/modules/config/tests/config_schema_test/config_schema_test.info.yml |
config_schema_test.module | file | core/ |
|
config_schema_test.no_schema.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.no_schema.yml |
config_schema_test.plugin_types.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.plugin_types.yml |
config_schema_test.schema.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/schema/config_schema_test.schema.yml |
config_schema_test.some_schema.some_module.section_one.subsection.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.some_schema.some_module.section_one.subsection.yml |
config_schema_test.some_schema.some_module.section_two.subsection.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.some_schema.some_module.section_two.subsection.yml |
config_schema_test.some_schema.with_parents.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.some_schema.with_parents.yml |
config_schema_test.some_schema.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.some_schema.yml |
config_schema_test_config_schema_info_alter | function | core/ |
Implements hook_config_schema_info_alter(). |
config_test.schema.yml | file | core/ |
core/modules/config/tests/config_test/config/schema/config_test.schema.yml |
config_translation_config_schema_info_alter | function | core/ |
Implements hook_config_schema_info_alter(). |
config_translation_test.schema.yml | file | core/ |
core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml |
Connection::$schema | property | core/ |
The schema object for this connection. |
Connection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
Connection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
Connection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
Connection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
Connection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
Connection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
ConnectionTest::providerSchema | function | core/ |
Data provider for testSchema(). |
ConnectionTest::testSchema | function | core/ |
Tests Connection::schema(). |
contact.schema.yml | file | core/ |
core/modules/contact/config/schema/contact.schema.yml |
contact.views.schema.yml | file | core/ |
core/modules/contact/config/schema/contact.views.schema.yml |
contact_storage_test.schema.yml | file | core/ |
core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml |
ContentModerationStateStorageSchema | class | core/ |
Defines the content moderation state schema handler. |
ContentModerationStateStorageSchema.php | file | core/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.