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 |
---|---|---|---|
datetime.views.schema.yml | file | core/ |
core/modules/datetime/config/schema/datetime.views.schema.yml |
DateTimeItem::schema | function | core/ |
Returns the schema for the field. |
DateTimeSchemaTest | class | core/ |
Tests the Drupal\datetime\Plugin\views schemas. |
DateTimeSchemaTest.php | file | core/ |
|
DateTimeSchemaTest::$testViews | property | core/ |
Views to be enabled. |
DateTimeSchemaTest::testDateTimeSchema | function | core/ |
Test argument plugin schema. |
datetime_range.schema.yml | file | core/ |
core/modules/datetime_range/config/schema/datetime_range.schema.yml |
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. |
dblog.schema.yml | file | core/ |
core/modules/dblog/config/schema/dblog.schema.yml |
dblog.views.schema.yml | file | core/ |
core/modules/dblog/config/schema/dblog.views.schema.yml |
dblog_schema | function | core/ |
Implements hook_schema(). |
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-8.update-test-schema-enabled.php | file | core/ |
Partial database to mimic the installation of the update_test_schema module. |
Drupal6SqlBaseTest::testGetModuleSchemaVersion | function | core/ |
Tests for Drupal6SqlBase::getModuleSchemaVersion(). |
Drupal::CORE_MINIMUM_SCHEMA_VERSION | constant | core/ |
Core minimum schema version. |
DrupalSqlBase::getModuleSchemaVersion | function | core/ |
Retrieves a module schema_version from the source Drupal database. |
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(). |
DummyAjaxItem::schema | function | core/ |
Returns the schema for the field. |
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.schema.yml | file | core/ |
core/modules/editor/config/schema/editor.schema.yml |
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. |
EntityDefinitionUpdateTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate | function | core/ |
Tests updating a bundle field when the entity type schema has changed. |
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData | function | core/ |
Ensures that a new entity level index is created when data exists. |
EntityLastInstalledSchemaRepository | class | core/ |
Provides a repository for installed entity definitions. |
EntityLastInstalledSchemaRepository.php | file | core/ |
|
EntityLastInstalledSchemaRepository::$keyValueFactory | property | core/ |
The key-value factory. |
EntityLastInstalledSchemaRepository::deleteLastInstalledDefinition | function | core/ |
Deletes the entity type definition from the application state. |
EntityLastInstalledSchemaRepository::deleteLastInstalledFieldStorageDefinition | function | core/ |
Deletes the field storage definition from the application state. |
EntityLastInstalledSchemaRepository::getLastInstalledDefinition | function | core/ |
Gets the entity type definition in its most recently installed state. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.