Search for schema

  1. Search 7.x for schema
  2. Search 9.5.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/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/DrivertestPgsql/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/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.
Schema class core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php PostgreSQL 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
CommentStorageSchema::getEntitySchema function core/modules/comment/src/CommentStorageSchema.php Gets the entity schema for the specified entity type.
CommentStorageSchema::getSharedTableFieldSchema function core/modules/comment/src/CommentStorageSchema.php Gets the schema for a single field definition.
comment_schema function core/modules/comment/comment.install Implements hook_schema().
config.storage.schema service core/core.services.yml Drupal\Core\Config\ExtensionInstallStorage
ConfigCRUDTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Exempt from strict schema checking.
ConfigEntityBaseUnitTest::testToArraySchemaException function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::toArray
ConfigEntityTypeTest::testGetPropertiesToExportSchemaFallback function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php @covers ::getPropertiesToExport
ConfigEntityUnitTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Config/ConfigEntityUnitTest.php Exempt from strict schema checking.
ConfigFileContentTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Config/ConfigFileContentTest.php Exempt from strict schema checking.
ConfigMapperInterface::hasSchema function core/modules/config_translation/src/ConfigMapperInterface.php Checks that all pieces of this configuration mapper have a schema.
ConfigNamesMapper::hasSchema function core/modules/config_translation/src/ConfigNamesMapper.php Checks that all pieces of this configuration mapper have a schema.
ConfigNamesMapperTest::providerTestHasSchema function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Provides data for ConfigMapperTest::testHasSchema().
ConfigNamesMapperTest::testHasSchema function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::hasSchema().
ConfigSchemaAlterException class core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php Exception for when hook_config_schema_info_alter() adds or removes schema.
ConfigSchemaAlterException.php file core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php
ConfigSchemaChecker class core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php Listens to the config save event and validates schema.
ConfigSchemaChecker class core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php Listens to the config save event and validates schema.
ConfigSchemaChecker.php file core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php
ConfigSchemaChecker.php file core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php
ConfigSchemaChecker::$checked property core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php An array of config checked already. Keyed by config name and a checksum.
ConfigSchemaChecker::$exclude property core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php An array of config object names that are excluded from schema checking.
ConfigSchemaChecker::$typedManager property core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php The typed config manger.
ConfigSchemaChecker::getSubscribedEvents function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php
ConfigSchemaChecker::onConfigSave function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php Checks that configuration complies with its schema on config save.
ConfigSchemaChecker::__construct function core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php Constructs the ConfigSchemaChecker object.
ConfigSchemaDiscovery class core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php Allows YAML files to define config schema types.
ConfigSchemaDiscovery.php file core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php
ConfigSchemaDiscovery::$schemaStorage property core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php A storage instance for reading configuration schema data.
ConfigSchemaDiscovery::getDefinitions function core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php Gets the definition of all plugins for this type.
ConfigSchemaDiscovery::__construct function core/lib/Drupal/Core/Config/Schema/ConfigSchemaDiscovery.php Constructs a ConfigSchemaDiscovery object.
ConfigSchemaTest class core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests schema for configuration objects.
ConfigSchemaTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
ConfigSchemaTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Modules to enable.
ConfigSchemaTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php
ConfigSchemaTest::testColonsInSchemaTypeDetermination function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests use of colons in schema type determination.
ConfigSchemaTest::testConfigSaveWithSchema function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Test configuration value data type enforcement using schemas.
ConfigSchemaTest::testConfigSaveWithSequenceSorting function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests configuration sequence sorting using schemas.
ConfigSchemaTest::testConfigSaveWithWrappingSchema function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests saving config when the type is wrapped by a dynamic type.
ConfigSchemaTest::testConfigSaveWithWrappingSchemaDoubleBrackets function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests dynamic config schema type with multiple sub-key references.
ConfigSchemaTest::testConfigSchemaInfoAlter function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests hook_config_schema_info_alter().
ConfigSchemaTest::testSchemaData function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests metadata applied to configuration objects.
ConfigSchemaTest::testSchemaFallback function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests fallback to a greedy wildcard.
ConfigSchemaTest::testSchemaMapping function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests the basic metadata retrieval layer.
ConfigSchemaTest::testSchemaMappingWithParents function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests metadata retrieval with several levels of %parent indirection.
config_collection_install_test.schema.yml file core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml core/modules/config/tests/config_collection_install_test/config/schema/config_collection_install_test.schema.yml
config_events_test.schema.yml file core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml core/modules/config/tests/config_events_test/config/schema/config_events_test.schema.yml
config_integration_test.schema.yml file core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml core/modules/config/tests/config_integration_test/config/schema/config_integration_test.schema.yml
config_other_module_config_test.schema.yml file core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml
config_schema_test.ignore.yml file core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml core/modules/config/tests/config_schema_test/config/install/config_schema_test.ignore.yml
config_schema_test.info.yml file core/modules/config/tests/config_schema_test/config_schema_test.info.yml core/modules/config/tests/config_schema_test/config_schema_test.info.yml

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