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/lib/Drupal/Core/Database/Schema.php Provides a base implementation for Database Schema.
Schema class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema.

All search results

Title Object type File name Summary
LanguageConfigSchemaTest class core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php Ensures the language config schema is correct.
LanguageConfigSchemaTest.php file core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php
LanguageConfigSchemaTest::$adminUser property core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php A user with administrative permissions.
LanguageConfigSchemaTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php The theme to install as the default for testing.
LanguageConfigSchemaTest::$modules property core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php Modules to install.
LanguageConfigSchemaTest::setUp function core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php
LanguageConfigSchemaTest::testValidLanguageConfigSchema function core/modules/language/tests/src/Functional/LanguageConfigSchemaTest.php Tests whether the language config schema is valid.
LanguageItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns the schema for the field.
LanguageTestBase::schemaDefinition function core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php Returns the schema definition.
LanguageUILanguageNegotiationTest::$configSchemaCheckerExclusions property core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php An array of config object names that are excluded from schema checking.
LayoutSectionItem::schema function core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php Returns the schema for the field.
layout_builder.schema.yml file core/modules/layout_builder/config/schema/layout_builder.schema.yml core/modules/layout_builder/config/schema/layout_builder.schema.yml
layout_builder_defaults_test.schema.yml file core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/schema/layout_builder_defaults_test.schema.yml core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/schema/layout_builder_defaults_test.schema.yml
layout_builder_field_block_test.schema.yml file core/modules/layout_builder/tests/modules/layout_builder_field_block_test/config/schema/layout_builder_field_block_test.schema.yml core/modules/layout_builder/tests/modules/layout_builder_field_block_test/config/schema/layout_builder_field_block_test.schema.yml
layout_builder_schema function core/modules/layout_builder/layout_builder.install Implements hook_schema().
layout_builder_test.schema.yml file core/modules/layout_builder/tests/modules/layout_builder_test/config/schema/layout_builder_test.schema.yml core/modules/layout_builder/tests/modules/layout_builder_test/config/schema/layout_builder_test.schema.yml
layout_test.schema.yml file core/modules/system/tests/modules/layout_test/config/schema/layout_test.schema.yml core/modules/system/tests/modules/layout_test/config/schema/layout_test.schema.yml
LenientConfigSchemaChecker class core/lib/Drupal/Core/Config/Development/LenientConfigSchemaChecker.php Listens to the config save event and warns about invalid schema.
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 sites/development.services.yml
logger.channel.config_schema service core/assets/scaffold/files/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

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