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
SchemaCheckTrait::$schema property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The config schema wrapper object for the configuration object under test.
SchemaCheckTrait::checkConfigSchema function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Checks the TypedConfigManager has a valid schema for the configuration.
SchemaCheckTrait::checkValue function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Helper method to check data type.
SchemaCheckTrait::isViolationForIgnoredPropertyPath function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Determines whether this violation is for an ignored Config property path.
SchemaCheckTraitTest class core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php Tests the functionality of SchemaCheckTrait.
SchemaCheckTraitTest.php file core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php
SchemaCheckTraitTest::$modules property core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php Modules to install.
SchemaCheckTraitTest::$typedConfig property core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php The typed config manager.
SchemaCheckTraitTest::providerCheckConfigSchema function core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php
SchemaCheckTraitTest::setUp function core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php
SchemaCheckTraitTest::testCheckConfigSchema function core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php Tests \Drupal\Core\Config\Schema\SchemaCheckTrait.
SchemaCompatibilityChecker class core/modules/sdc/src/Component/SchemaCompatibilityChecker.php Checks whether two schemas are compatible.
SchemaCompatibilityChecker class core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php Checks whether two schemas are compatible.
SchemaCompatibilityChecker.php file core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php
SchemaCompatibilityChecker.php file core/modules/sdc/src/Component/SchemaCompatibilityChecker.php
SchemaCompatibilityChecker::checkRequired function core/modules/sdc/src/Component/SchemaCompatibilityChecker.php Checks that the required properties are compatible.
SchemaCompatibilityChecker::checkRequired function core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php Checks that the required properties are compatible.
SchemaCompatibilityChecker::checkSharedProperties function core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php Checks that the shared properties are compatible.
SchemaCompatibilityChecker::checkSharedProperties function core/modules/sdc/src/Component/SchemaCompatibilityChecker.php Checks that the shared properties are compatible.
SchemaCompatibilityChecker::isCompatible function core/modules/sdc/src/Component/SchemaCompatibilityChecker.php Checks if the replacement schema is compatible with the old one.
SchemaCompatibilityChecker::isCompatible function core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php Checks if the replacement schema is compatible with the old one.
SchemaCompatibilityCheckerTest class core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php @coversDefaultClass \Drupal\Core\Theme\Component\SchemaCompatibilityChecker
@group sdc
SchemaCompatibilityCheckerTest class core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php @coversDefaultClass \Drupal\sdc\Component\SchemaCompatibilityChecker
@group sdc
SchemaCompatibilityCheckerTest.php file core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php
SchemaCompatibilityCheckerTest.php file core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php
SchemaCompatibilityCheckerTest::$checker property core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php The system under test.
SchemaCompatibilityCheckerTest::$checker property core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php The system under test.
SchemaCompatibilityCheckerTest::dataProviderIsCompatible function core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php Data provider for the test testIsCompatible.
SchemaCompatibilityCheckerTest::dataProviderIsCompatible function core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php Data provider for the test testIsCompatible.
SchemaCompatibilityCheckerTest::setUp function core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php
SchemaCompatibilityCheckerTest::setUp function core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php
SchemaCompatibilityCheckerTest::testIsCompatible function core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php @covers ::isCompatible
@dataProvider dataProviderIsCompatible
SchemaCompatibilityCheckerTest::testIsCompatible function core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php @covers ::isCompatible
@dataProvider dataProviderIsCompatible
SchemaConfigListenerTest class core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php Tests the functionality of ConfigSchemaChecker in KernelTestBase tests.
SchemaConfigListenerTest class core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php Tests the functionality of ConfigSchemaChecker in BrowserTestBase tests.
SchemaConfigListenerTest.php file core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTest.php file core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php The theme to install as the default for testing.
SchemaConfigListenerTest::$modules property core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php Modules to install.
SchemaConfigListenerTest::$modules property core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php Modules to install.
SchemaConfigListenerTest::setUp function core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTestTrait trait core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php Adds a test for the configuration schema checker use in tests.
SchemaConfigListenerTestTrait.php file core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php
SchemaConfigListenerTestTrait::testConfigSchemaChecker function core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
SchemaConfigListenerWebTest class core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php Tests the functionality of ConfigSchemaChecker in BrowserTestBase tests.
SchemaConfigListenerWebTest.php file core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php
SchemaConfigListenerWebTest::$defaultTheme property core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php The theme to install as the default for testing.
SchemaConfigListenerWebTest::$modules property core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php Modules to install.
SchemaConfigListenerWebTest::testConfigSchemaChecker function core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
SchemaException class core/lib/Drupal/Core/Database/SchemaException.php Base exception for Schema-related errors.

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