Search for schema

  1. Search 7.x for schema
  2. Search 9.5.x for schema
  3. Search 8.9.x for schema
  4. Search 10.3.x for schema
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Schema class core/modules/sqlite/src/Driver/Database/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/mysql/src/Driver/Database/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/pgsql/src/Driver/Database/pgsql/Schema.php PostgreSQL implementation of \Drupal\Core\Database\Schema.
Schema class core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php A very minimal class for testing purposes.
Schema class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Schema.php Provides a base implementation for Database Schema.

All search results

Title Object type File name Summary
LenientConfigSchemaChecker.php file core/lib/Drupal/Core/Config/Development/LenientConfigSchemaChecker.php
LenientConfigSchemaChecker::onConfigSave function core/lib/Drupal/Core/Config/Development/LenientConfigSchemaChecker.php Checks that configuration complies with its schema on config save.
LenientConfigSchemaChecker::__construct function core/lib/Drupal/Core/Config/Development/LenientConfigSchemaChecker.php Constructs the ConfigSchemaChecker object.
link.schema.yml file core/modules/link/config/schema/link.schema.yml core/modules/link/config/schema/link.schema.yml
LinkItem::schema function core/modules/link/src/Plugin/Field/FieldType/LinkItem.php Returns the schema for the field.
ListFloatItem::schema function core/modules/options/src/Plugin/Field/FieldType/ListFloatItem.php Returns the schema for the field.
ListIntegerItem::schema function core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php Returns the schema for the field.
ListStringItem::schema function core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php Returns the schema for the field.
locale.schema.yml file core/modules/locale/config/schema/locale.schema.yml core/modules/locale/config/schema/locale.schema.yml
LocaleConfigManagerTest::$strictConfigSchema property core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php This test creates simple config on the fly breaking schema checking.
LocaleTranslatedSchemaDefinitionTest class core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Adds and configures languages to check field schema definition.
LocaleTranslatedSchemaDefinitionTest.php file core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
LocaleTranslatedSchemaDefinitionTest::$defaultTheme property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php The theme to install as the default for testing.
LocaleTranslatedSchemaDefinitionTest::$modules property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Modules to install.
LocaleTranslatedSchemaDefinitionTest::$useOneTimeLoginLinks property core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Use one-time login links instead of submitting the login form.
LocaleTranslatedSchemaDefinitionTest::setUp function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php
LocaleTranslatedSchemaDefinitionTest::testTranslatedSchemaDefinition function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Tests that translated field descriptions do not affect the update system.
LocaleTranslatedSchemaDefinitionTest::testTranslatedUpdate function core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php Tests that translations do not affect the update system.
locale_schema function core/modules/locale/locale.install Implements hook_schema().
locale_test.schema.yml file core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.yml core/modules/locale/tests/modules/locale_test/config/schema/locale_test.schema.yml
locale_test_translate.schema.yml file core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml core/modules/locale/tests/modules/locale_test_translate/config/schema/locale_test_translate.schema.yml
logger.channel.config_schema service core/assets/scaffold/files/development.services.yml
logger.channel.config_schema service sites/development.services.yml
MapItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/MapItem.php Returns the schema for the field.
MappingTest::$configSchemaCheckerExclusions property core/tests/Drupal/KernelTests/Config/Schema/MappingTest.php An array of config object names that are excluded from schema checking.
MarkupNormalizer::getNormalizationSchema function core/modules/serialization/src/Normalizer/MarkupNormalizer.php Retrieve JSON Schema for the normalization.
MarkupNormalizerTest::jsonSchemaDataProvider function core/modules/serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php Data provider for ::testNormalizedValuesAgainstJsonSchema.
MarkupNormalizerTest::testDelegatedSchemaDiscovery function core/modules/serialization/tests/src/Unit/Normalizer/MarkupNormalizerTest.php Test the normalizer properly delegates schema discovery to its subject.
MatcherDumper::schemaDefinition function core/lib/Drupal/Core/Routing/MatcherDumper.php Defines the schema for the router table.
media.schema.yml file core/modules/media/config/schema/media.schema.yml core/modules/media/config/schema/media.schema.yml
media_library.schema.yml file core/modules/media_library/config/schema/media_library.schema.yml core/modules/media_library/config/schema/media_library.schema.yml
media_library_test_widget.schema.yml file core/modules/media_library/tests/modules/media_library_test_widget/config/schema/media_library_test_widget.schema.yml core/modules/media_library/tests/modules/media_library_test_widget/config/schema/media_library_test_widget.schema.yml
media_test_source.schema.yml file core/modules/media/tests/modules/media_test_source/config/schema/media_test_source.schema.yml core/modules/media/tests/modules/media_test_source/config/schema/media_test_source.schema.yml
MenuLinkContentStorageSchema class core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php Defines the menu_link_content schema handler.
MenuLinkContentStorageSchema.php file core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php
MenuLinkContentStorageSchema::getSharedTableFieldSchema function core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php Gets the schema for a single field definition.
MenuTreeStorage::schemaDefinition function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Defines the schema for the tree table.
MenuTreeStorageSchemaUpdateTest class core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php Tests update of menu tree storage fields.
MenuTreeStorageSchemaUpdateTest.php file core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php
MenuTreeStorageSchemaUpdateTest::$connection property core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php The database.
MenuTreeStorageSchemaUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php Set database dump files to be used.
MenuTreeStorageSchemaUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php
MenuTreeStorageSchemaUpdateTest::testSchemaLengthAfterUpdate function core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php Tests DB behavior after update.
menu_test.schema.yml file core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml core/modules/system/tests/modules/menu_test/config/schema/menu_test.schema.yml
menu_ui.schema.yml file core/modules/menu_ui/config/schema/menu_ui.schema.yml core/modules/menu_ui/config/schema/menu_ui.schema.yml
MigrateTestCase::createSchemaFromRow function core/modules/migrate/tests/src/Unit/MigrateTestCase.php Generates a table schema from a row.
migrate_drupal.schema.yml file core/modules/migrate_drupal/config/schema/migrate_drupal.schema.yml core/modules/migrate_drupal/config/schema/migrate_drupal.schema.yml
MissingSchema class core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php Provides a 'missing_schema' condition.
MissingSchema.php file core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php
MissingSchema::evaluate function core/modules/block/tests/modules/block_test/src/Plugin/Condition/MissingSchema.php Evaluates the condition and returns TRUE or FALSE accordingly.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.