Search for schema

  1. Search 7.x for schema
  2. Search 8.9.x for schema
  3. Search 10.3.x for schema
  4. Search 11.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/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Schema.php MySQL test implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Schema.php MySQL test implementation of \Drupal\Core\Database\Schema.
Schema class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Schema.php PostgreSQL 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/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Schema.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php SQLite implementation of \Drupal\Core\Database\Schema.
Schema class core/lib/Drupal/Core/Database/Driver/mysql/Schema.php MySQL implementation of \Drupal\Core\Database\Schema.

All search results

Title Object type File name Summary
SchemaCheckTrait::checkValue function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Helper method to check data type.
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 enable.
SchemaCheckTraitTest::$typedConfig property core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php The typed config manager.
SchemaCheckTraitTest::setUp function core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php
SchemaCheckTraitTest::testTrait function core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php Tests \Drupal\Core\Config\Schema\SchemaCheckTrait.
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 KernelTestBase 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 enable.
SchemaConfigListenerTest::$modules property core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php Modules to enable.
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 enable.
SchemaConfigListenerWebTest::testConfigSchemaChecker function core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php Tests \Drupal\Core\Config\Development\ConfigSchemaChecker.
SchemaDeprecationTest class core/tests/Drupal/KernelTests/Core/Extension/SchemaDeprecationTest.php Tests deprecated schema.inc functions.
SchemaDeprecationTest.php file core/tests/Drupal/KernelTests/Core/Extension/SchemaDeprecationTest.php
SchemaDeprecationTest::$modules property core/tests/Drupal/KernelTests/Core/Extension/SchemaDeprecationTest.php Modules to enable.
SchemaDeprecationTest::testDeprecatedInstallSchema function core/tests/Drupal/KernelTests/Core/Extension/SchemaDeprecationTest.php Tests deprecation of database schema API functions.
SchemaDeprecationTest::testDeprecatedSchemaInitialize function core/tests/Drupal/KernelTests/Core/Extension/SchemaDeprecationTest.php Tests deprecation of _drupal_schema_initialize() function.
SchemaException class core/lib/Drupal/Core/Database/SchemaException.php Base exception for Schema-related errors.
SchemaException.php file core/lib/Drupal/Core/Database/SchemaException.php
SchemaIncompleteException class core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php An exception thrown when a config schema is incomplete.
SchemaIncompleteException.php file core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php
SchemaInspector class core/tests/Drupal/TestTools/Extension/SchemaInspector.php Provides methods to access modules' schema.
SchemaInspector.php file core/tests/Drupal/TestTools/Extension/SchemaInspector.php
SchemaInspector::getTablesSpecification function core/tests/Drupal/TestTools/Extension/SchemaInspector.php Returns the module's schema specification.
SchemaIntrospectionTestTrait trait core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Provides methods for testing database schema characteristics.
SchemaIntrospectionTestTrait.php file core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php
SchemaIntrospectionTestTrait::assertIndexOnColumns function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Checks that an index covering exactly the given column names exists.
SchemaIntrospectionTestTrait::assertNoIndexOnColumns function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Checks that an index covering exactly the given column names doesn't exist.
SchemaIntrospectionTestTrait::getIndexColumnNames function core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php Returns the column names used by the indexes of a table.
SchemaListenerController class core/modules/config/tests/config_test/src/SchemaListenerController.php Controller for testing \Drupal\Core\Config\Development\ConfigSchemaChecker.
SchemaListenerController.php file core/modules/config/tests/config_test/src/SchemaListenerController.php
SchemaListenerController::create function core/modules/config/tests/config_test/src/SchemaListenerController.php Instantiates a new instance of this class.
SchemaListenerController::test function core/modules/config/tests/config_test/src/SchemaListenerController.php Tests the BrowserTestBase tests can use strict schema checking.
SchemaListenerController::__construct function core/modules/config/tests/config_test/src/SchemaListenerController.php Constructs the SchemaListenerController object.
SchemaObjectDoesNotExistException class core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php Exception thrown if an object being modified doesn't exist yet.
SchemaObjectDoesNotExistException.php file core/lib/Drupal/Core/Database/SchemaObjectDoesNotExistException.php
SchemaObjectExistsException class core/lib/Drupal/Core/Database/SchemaObjectExistsException.php Exception thrown if an object being created already exists.
SchemaObjectExistsException.php file core/lib/Drupal/Core/Database/SchemaObjectExistsException.php
SchemaOrgDataConverter class core/modules/rdf/src/SchemaOrgDataConverter.php

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