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
filter_test.schema.yml file core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml core/modules/filter/tests/filter_test/config/schema/filter_test.schema.yml
FloatItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php Returns the schema for the field.
form_test.schema.yml file core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml
forum.schema.yml file core/modules/forum/config/schema/forum.schema.yml core/modules/forum/config/schema/forum.schema.yml
forum_schema function core/modules/forum/forum.install Implements hook_schema().
HandlerTest::schemaDefinition function core/modules/views_ui/tests/src/Functional/HandlerTest.php Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition().
help.schema.yml file core/modules/help/config/schema/help.schema.yml core/modules/help/config/schema/help.schema.yml
help_schema function core/modules/help/help.install Implements hook_schema().
history.views.schema.yml file core/modules/history/config/schema/history.views.schema.yml core/modules/history/config/schema/history.views.schema.yml
history_schema function core/modules/history/history.install Implements hook_schema().
hook_config_schema_info_alter function core/core.api.php Alter config typed data definitions.
hook_schema function core/lib/Drupal/Core/Database/database.api.php Define the current version of the database schema.
IconPackManager::SCHEMA_VALIDATE constant core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php
icon_test.schema.yml file core/modules/system/tests/modules/icon_test/config/schema/icon_test.schema.yml core/modules/system/tests/modules/icon_test/config/schema/icon_test.schema.yml
image.data_types.schema.yml file core/modules/image/config/schema/image.data_types.schema.yml core/modules/image/config/schema/image.data_types.schema.yml
image.schema.yml file core/modules/image/config/schema/image.schema.yml core/modules/image/config/schema/image.schema.yml
ImageItem::schema function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
image_module_test.schema.yml file core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml
image_test.schema.yml file core/modules/system/tests/modules/image_test/config/schema/image_test.schema.yml core/modules/system/tests/modules/image_test/config/schema/image_test.schema.yml
IncompatibleComponentSchema class core/lib/Drupal/Core/Render/Component/Exception/IncompatibleComponentSchema.php Custom exception for incompatible schemas.
IncompatibleComponentSchema class core/modules/sdc/src/Exception/IncompatibleComponentSchema.php Custom exception for incompatible schemas.
IncompatibleComponentSchema.php file core/modules/sdc/src/Exception/IncompatibleComponentSchema.php
IncompatibleComponentSchema.php file core/lib/Drupal/Core/Render/Component/Exception/IncompatibleComponentSchema.php
InstallStorage::CONFIG_SCHEMA_DIRECTORY constant core/lib/Drupal/Core/Config/InstallStorage.php Extension sub-directory containing configuration schema.
InstallTest::testGetSchemaAtInstallTime function core/modules/system/tests/src/Kernel/Module/InstallTest.php Verify that drupal_get_schema() can be used during module installation.
InstallTest::testRequiredModuleSchemaVersions function core/modules/system/tests/src/Kernel/Module/InstallTest.php Tests recorded schema versions of early installed modules in the installer.
IntegerItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/IntegerItem.php Returns the schema for the field.
json-schema-draft-04-meta-schema.json.LICENSE.txt file core/modules/serialization/src/json-schema-draft-04-meta-schema.json.LICENSE.txt Copyright 2023 JSON Schema Specification Authors

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above…
jsonapi.schema.yml file core/modules/jsonapi/config/schema/jsonapi.schema.yml core/modules/jsonapi/config/schema/jsonapi.schema.yml
JsonApiDocumentTopLevelNormalizer::getNormalizationSchema function core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php Retrieve JSON Schema for the normalization.
JsonApiDocumentTopLevelNormalizer::getSchemasForDataCollection function core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php Retrieve an array of schemas for the resource types in a data object.
JsonApiJsonSchemaTestTrait trait core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
JsonApiJsonSchemaTestTrait.php file core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
JsonApiJsonSchemaTestTrait::getJsonSchemaTestNormalizationFormat function core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php Format that should be used when performing test normalizations.
JsonApiJsonSchemaTestTrait::getNormalizationForValue function core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php
JsonApiJsonSchemaTestTrait::getValidator function core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php Get the JSON Schema Validator.
JsonApiSpec::SUPPORTED_SPECIFICATION_JSON_SCHEMA constant core/modules/jsonapi/src/JsonApiSpec.php The URI of the supported specification's JSON Schema.
JsonApiTopLevelResourceNormalizerTest::jsonSchemaDataProvider function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Data provider for ::testNormalizedValuesAgainstJsonSchema.
JsonApiTopLevelResourceNormalizerTest::testConfigEntityResourceObjectSchema function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Test the generated config resource object normalization against the schema.
JsonApiTopLevelResourceNormalizerTest::testResourceObjectSchema function core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php Test the generated resource object normalization against the schema.
JsonSchema class core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php Attribute for methods to express the JSON Schema of its return value.
JsonSchema.php file core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php
JsonSchema::getJsonSchema function core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php Get a JSON Schema type definition array.
JsonSchema::__construct function core/lib/Drupal/Core/Serialization/Attribute/JsonSchema.php Constructor.
JsonSchemaProviderSerializerInterface interface core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
JsonSchemaProviderSerializerInterface.php file core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php
JsonSchemaProviderSerializerInterface::getJsonSchema function core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerInterface.php Convenience method to get a JSON schema.
JsonSchemaProviderSerializerTrait trait core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
JsonSchemaProviderSerializerTrait.php file core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php
JsonSchemaProviderSerializerTrait::getJsonSchema function core/modules/serialization/src/Serializer/JsonSchemaProviderSerializerTrait.php

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