Search for schema
- Search 7.x for schema
- Search 9.5.x for schema
- Search 8.9.x for schema
- Search 11.x for schema
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
A very minimal class for testing purposes. |
Schema | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema. |
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 |
---|---|---|---|
SchemaCheckTestTrait::assertConfigSchema | function | core/ |
Asserts the TypedConfigManager has a valid schema for the configuration. |
SchemaCheckTestTrait::assertConfigSchemaByName | function | core/ |
Asserts configuration, specified by name, has a valid schema. |
SchemaCheckTrait | trait | core/ |
Provides a trait for checking configuration schema. |
SchemaCheckTrait.php | file | core/ |
|
SchemaCheckTrait::$configName | property | core/ |
The configuration object name under test. |
SchemaCheckTrait::$ignoredPropertyPaths | property | core/ |
The ignored property paths. |
SchemaCheckTrait::$schema | property | core/ |
The config schema wrapper object for the configuration object under test. |
SchemaCheckTrait::checkConfigSchema | function | core/ |
Checks the TypedConfigManager has a valid schema for the configuration. |
SchemaCheckTrait::checkValue | function | core/ |
Helper method to check data type. |
SchemaCheckTrait::isViolationForIgnoredPropertyPath | function | core/ |
Determines whether this violation is for an ignored Config property path. |
SchemaCheckTraitTest | class | core/ |
Tests the functionality of SchemaCheckTrait. |
SchemaCheckTraitTest.php | file | core/ |
|
SchemaCheckTraitTest::$modules | property | core/ |
Modules to install. |
SchemaCheckTraitTest::$typedConfig | property | core/ |
The typed config manager. |
SchemaCheckTraitTest::providerCheckConfigSchema | function | core/ |
|
SchemaCheckTraitTest::setUp | function | core/ |
|
SchemaCheckTraitTest::testCheckConfigSchema | function | core/ |
Tests \Drupal\Core\Config\Schema\SchemaCheckTrait. |
SchemaCompatibilityChecker | class | core/ |
Checks whether two schemas are compatible. |
SchemaCompatibilityChecker.php | file | core/ |
|
SchemaCompatibilityChecker::checkRequired | function | core/ |
Checks that the required properties are compatible. |
SchemaCompatibilityChecker::checkSharedProperties | function | core/ |
Checks that the shared properties are compatible. |
SchemaCompatibilityChecker::isCompatible | function | core/ |
Checks if the replacement schema is compatible with the old one. |
SchemaCompatibilityCheckerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Theme\Component\SchemaCompatibilityChecker[[api-linebreak]] @group sdc |
SchemaCompatibilityCheckerTest.php | file | core/ |
|
SchemaCompatibilityCheckerTest::$checker | property | core/ |
The system under test. |
SchemaCompatibilityCheckerTest::dataProviderIsCompatible | function | core/ |
Data provider for the test testIsCompatible. |
SchemaCompatibilityCheckerTest::setUp | function | core/ |
|
SchemaCompatibilityCheckerTest::testIsCompatible | function | core/ |
@covers ::isCompatible[[api-linebreak]] @dataProvider dataProviderIsCompatible |
SchemaConfigListenerTest | class | core/ |
Tests the functionality of ConfigSchemaChecker in KernelTestBase tests. |
SchemaConfigListenerTest | class | core/ |
Tests the functionality of ConfigSchemaChecker in BrowserTestBase tests. |
SchemaConfigListenerTest.php | file | core/ |
|
SchemaConfigListenerTest.php | file | core/ |
|
SchemaConfigListenerTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
SchemaConfigListenerTest::$modules | property | core/ |
Modules to install. |
SchemaConfigListenerTest::$modules | property | core/ |
Modules to install. |
SchemaConfigListenerTest::setUp | function | core/ |
|
SchemaConfigListenerTestTrait | trait | core/ |
Adds a test for the configuration schema checker use in tests. |
SchemaConfigListenerTestTrait.php | file | core/ |
|
SchemaConfigListenerTestTrait::testConfigSchemaChecker | function | core/ |
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker. |
SchemaConfigListenerWebTest | class | core/ |
Tests the functionality of ConfigSchemaChecker in BrowserTestBase tests. |
SchemaConfigListenerWebTest.php | file | core/ |
|
SchemaConfigListenerWebTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
SchemaConfigListenerWebTest::$modules | property | core/ |
Modules to install. |
SchemaConfigListenerWebTest::testConfigSchemaChecker | function | core/ |
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker. |
SchemaException | class | core/ |
Base exception for Schema-related errors. |
SchemaException.php | file | core/ |
|
SchemaIncompleteException | class | core/ |
An exception thrown when a config schema is incomplete. |
SchemaIncompleteException.php | file | core/ |
|
SchemaInspector | class | core/ |
Provides methods to access modules' schema. |
SchemaInspector.php | file | core/ |
Pagination
- Previous page
- Page 15
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.