Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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 Returns test data for validating configuration schema.
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/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::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::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 Tests Drupal\Core\Theme\Component\SchemaCompatibilityChecker.
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::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::testIsCompatible function core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php Tests is compatible.
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/FunctionalTests/Core/Config/SchemaConfigListenerTest.php
SchemaConfigListenerTest.php file core/tests/Drupal/KernelTests/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/FunctionalTests/Core/Config/SchemaConfigListenerTest.php Modules to install.
SchemaConfigListenerTest::$modules property core/tests/Drupal/KernelTests/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.
SchemaDefinitionConversionTest class core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php Tests conversion of SchemaDefinition objects to legacy array-based structure.
SchemaDefinitionConversionTest.php file core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php
SchemaDefinitionConversionTest::testConvertSchemaDefinition function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php Tests Schema::toArray().
SchemaDefinitionConversionTest::testConvertTableDefinition function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php Tests Table::toArray().
SchemaDefinitionException class core/lib/Drupal/Core/Database/Exception/SchemaDefinitionException.php Exception thrown by the Schema Definition API.
SchemaDefinitionException.php file core/lib/Drupal/Core/Database/Exception/SchemaDefinitionException.php
SchemaDefinitionInterface interface core/lib/Drupal/Core/Database/SchemaDefinition/SchemaDefinitionInterface.php Interface for objects describing database elements.
SchemaDefinitionInterface.php file core/lib/Drupal/Core/Database/SchemaDefinition/SchemaDefinitionInterface.php
SchemaDefinitionInterface::toArray function core/lib/Drupal/Core/Database/SchemaDefinition/SchemaDefinitionInterface.php Converts the object to legacy array-based specifications.
SchemaDefinitionTest class core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests SchemaDefinition Column object validations.
SchemaDefinitionTest.php file core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php
SchemaDefinitionTest::testFloatDefaultForIntColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a float default to an int column.
SchemaDefinitionTest::testFloatDefaultForTextColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a float default to a text column.
SchemaDefinitionTest::testIntDefaultForIntColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a int default to an int column.
SchemaDefinitionTest::testIntDefaultForTextColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a int default to a text column.
SchemaDefinitionTest::testInvalidColumnInTable function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a non Column array member to Table::$columns.
SchemaDefinitionTest::testInvalidColumnTypeForBinary function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing binary to a non-textual column.
SchemaDefinitionTest::testInvalidColumnTypeForLength function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing length to a non-textual column.
SchemaDefinitionTest::testInvalidColumnTypeForPrecision function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a precision to a non-numeric column.

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