Search for schema
- Search 7.x for schema
- Search 9.5.x for schema
- Search 10.3.x for schema
- Search 11.x for schema
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Schema | class | core/ |
MySQL test 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/ |
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 |
---|---|---|---|
ConfigSchemaDiscovery::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
ConfigSchemaDiscovery::__construct | function | core/ |
Constructs a ConfigSchemaDiscovery object. |
config_schema_test.module | file | core/ |
Tests configuration schema functionality. |
config_schema_test.noschema.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.noschema.yml |
config_schema_test.someschema.somemodule.section_one.subsection.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.somemodule.section_one.subsection.yml |
config_schema_test.someschema.somemodule.section_two.subsection.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.somemodule.section_two.subsection.yml |
config_schema_test.someschema.with_parents.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.with_parents.yml |
config_schema_test.someschema.yml | file | core/ |
core/modules/config/tests/config_schema_test/config/install/config_schema_test.someschema.yml |
config_schema_test_config_schema_info_alter | function | core/ |
Implements hook_config_schema_info_alter(). |
config_translation_config_schema_info_alter | function | core/ |
Implements hook_config_schema_info_alter(). |
Connection::$schema | property | core/ |
The schema object for this connection. |
Connection::schema | function | core/ |
Returns a DatabaseSchema object for manipulating the schema. |
ConnectionTest::providerSchema | function | core/ |
Dataprovider for testSchema(). |
ConnectionTest::testSchema | function | core/ |
Test Connection::schema(). |
ContentTranslationUpdatesManager::$entityLastInstalledSchemaRepository | property | core/ |
The installed entity definition repository. |
DatabaseBackend::schemaDefinition | function | core/ |
Defines the schema for the flood table. |
DatabaseBackend::schemaDefinition | function | core/ |
Defines the schema for the {cache_*} bin tables. |
DatabaseCacheTagsChecksum::schemaDefinition | function | core/ |
Defines the schema for the {cachetags} table. |
DatabaseLegacyTest::testSchemaFieldDefaultChange | function | core/ |
Tests Schema::fieldSetDefault and Schema::fieldSetNoDefault. |
DatabaseLockBackend::schemaDefinition | function | core/ |
Defines the schema for the semaphore table. |
DatabaseLockBackend::schemaDefinition | function | core/ |
|
DatabaseQueue::schemaDefinition | function | core/ |
Defines the schema for the queue table. |
DatabaseStorage::schemaDefinition | function | core/ |
Defines the schema for the configuration table. |
DbDumpCommand::getTableSchema | function | core/ |
Returns a schema array for a given table. |
DbDumpCommandTest::testSchemaOnly | function | core/ |
Test schema only option. |
DbDumpTest::$originalTableSchemas | property | core/ |
An array of original table schemas. |
DbDumpTest::getTableSchema | function | core/ |
Helper function to get a simplified schema for a given table. |
DecimalItem::schema | function | core/ |
Returns the schema for the field. |
drupal-8.block-test-enabled-missing-schema.php | file | core/ |
Partial database to mimic the installation of the block_test module. |
drupal-8.entity-test-schema-converter-enabled.php | file | core/ |
|
drupal-8.field-schema-data-uninstall-2573667.php | file | core/ |
Contains database additions to drupal-8.bare.standard.php.gz for testing the upgrade path of https://www.drupal.org/node/2573667. |
Drupal::CORE_MINIMUM_SCHEMA_VERSION | constant | core/ |
Core minimum schema version. |
drupal_get_installed_schema_version | function | core/ |
Returns the currently installed schema version for a module. |
drupal_get_module_schema | function | core/ |
Returns a module's schema. |
drupal_get_schema_versions | function | core/ |
Returns an array of available schema versions for a module. |
drupal_install_schema | function | core/ |
Creates all tables defined in a module's hook_schema(). |
drupal_schema_get_field_value | function | core/ |
Typecasts values to proper data types. |
drupal_set_installed_schema_version | function | core/ |
Updates the installed version information for a module. |
drupal_uninstall_schema | function | core/ |
Removes all tables defined in a module's hook_schema(). |
DynamicallyFieldableEntityStorageSchemaInterface | interface | core/ |
A storage schema that supports entity types with dynamic field definitions. |
DynamicallyFieldableEntityStorageSchemaInterface.php | file | core/ |
|
DynamicallyFieldableEntityStorageSchemaInterface::finalizePurge | function | core/ |
Performs final cleanup after all data of a field has been purged. |
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldDataMigration | function | core/ |
Checks if existing data would be lost if the schema changes were applied. |
DynamicallyFieldableEntityStorageSchemaInterface::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
editor_test.schema.yml | file | core/ |
core/modules/editor/tests/modules/config/schema/editor_test.schema.yml |
EmailItem::schema | function | core/ |
Returns the schema for the field. |
entity.last_installed_schema.repository | service | core/ |
Drupal\Core\Entity\EntityLastInstalledSchemaRepository |
EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository | property | core/ |
The last installed schema repository. |
EntityDefinitionUpdateManager::requiresEntityStorageSchemaChanges | function | core/ |
Checks if the changes to the entity type requires storage schema changes. |
EntityDefinitionUpdateManager::requiresFieldStorageSchemaChanges | function | core/ |
Checks if the changes to the storage definition requires schema changes. |
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.