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
JsonSchema.php file core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php
JsonSchema::getJsonSchema function core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php Get a JSON Schema type definition array.
JsonSchema::__construct function core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php Constructor.
JsonSchemaProviderSerializerInterface interface core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php Interface for JSON schema provider.
JsonSchemaProviderSerializerInterface.php file core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
JsonSchemaProviderSerializerInterface::getJsonSchema function core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php Convenience method to get a JSON schema.
JsonSchemaProviderSerializerTrait trait core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php Trait for normalizing the JSON schema.
JsonSchemaProviderSerializerTrait.php file core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
JsonSchemaProviderSerializerTrait::getJsonSchema function core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
JsonSchemaReflectionTrait trait core/modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php Interface for using reflection with the JSON object.
JsonSchemaReflectionTrait.php file core/modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php
JsonSchemaReflectionTrait::getJsonSchemaForMethod function core/modules/serialization/src/Normalizer/JsonSchemaReflectionTrait.php Get a JSON Schema based on method reflection.
JsonSchemaTestTrait trait core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Trait for testing JSON Schema validity and fit to sample data.
JsonSchemaTestTrait.php file core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php
JsonSchemaTestTrait::doCheckSchemaAgainstMetaSchema function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Check a schema is valid against the meta-schema.
JsonSchemaTestTrait::doProphesize function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Method to make prophecy public for use in data provider closures.
JsonSchemaTestTrait::doTestJsonSchemaIsValid function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Validate the normalizer's JSON schema.
JsonSchemaTestTrait::getJsonSchemaTestNormalizationFormat function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Format that should be used when performing test normalizations.
JsonSchemaTestTrait::getNormalizationForValue function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Get the normalization for a value.
JsonSchemaTestTrait::getNormalizer function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Helper method to retrieve the normalizer.
JsonSchemaTestTrait::getValidator function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Get the JSON Schema Validator.
JsonSchemaTestTrait::jsonSchemaDataProvider function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Data provider for ::testNormalizedValuesAgainstJsonSchema.
JsonSchemaTestTrait::supportedTypesDataProvider function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php
JsonSchemaTestTrait::testNormalizedValuesAgainstJsonSchema function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Test normalized values against the JSON schema.
JsonSchemaTestTrait::testSupportedTypesSchemaIsValid function core/modules/serialization/tests/src/Traits/JsonSchemaTestTrait.php Test that a valid schema is returned for the explicitly supported types.
KernelTestBase::$configSchemaCheckerExclusions property core/tests/Drupal/KernelTests/KernelTestBase.php An array of config object names that are excluded from schema checking.
KernelTestBase::$strictConfigSchema property core/tests/Drupal/KernelTests/KernelTestBase.php Set to TRUE to strict check all configuration saved.
KernelTestBase::getConfigSchemaExclusions function core/tests/Drupal/KernelTests/KernelTestBase.php Gets the config schema exclusions for this test.
KernelTestBase::installEntitySchema function core/tests/Drupal/KernelTests/KernelTestBase.php Installs the storage schema for a specific entity type.
KernelTestBase::installSchema function core/tests/Drupal/KernelTests/KernelTestBase.php Installs database tables from a module schema definition.
language.schema.yml file core/modules/language/config/schema/language.schema.yml core/modules/language/config/schema/language.schema.yml
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_fieldblock_test.schema.yml file core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/config/schema/layout_builder_fieldblock_test.schema.yml core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/config/schema/layout_builder_fieldblock_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.

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