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
PathItem::schema function core/modules/path/src/Plugin/Field/FieldType/PathItem.php Returns the schema for the field.
PersistentDatabaseLockBackend::schemaDefinition function core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php
PostgresqlSchemaTest class core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php @coversDefaultClass \Drupal\Core\Database\Driver\pgsql\Schema
@group Database
PostgresqlSchemaTest.php file core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php
PostgresqlSchemaTest::$connection property core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php The PostgreSql DB connection.
PostgresqlSchemaTest::providerComputedConstraintName function core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php Data provider for ::testComputedConstraintName().
PostgresqlSchemaTest::setUp function core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php
PostgresqlSchemaTest::testComputedConstraintName function core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlSchemaTest.php Tests whether the actual constraint name is correctly computed.
PreviewTest::schemaDefinition function core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php Returns the schema definition.
rdf.data_types.schema.yml file core/modules/rdf/config/schema/rdf.data_types.schema.yml core/modules/rdf/config/schema/rdf.data_types.schema.yml
rdf.schema.yml file core/modules/rdf/config/schema/rdf.schema.yml core/modules/rdf/config/schema/rdf.schema.yml
RelationshipJoinTestBase::schemaDefinition function core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinTestBase.php Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition().
ResourceResponseValidator::validateSchema function core/modules/jsonapi/src/EventSubscriber/ResourceResponseValidator.php Validates a string against a JSON Schema. It logs any possible errors.
responsive_image.schema.yml file core/modules/responsive_image/config/schema/responsive_image.schema.yml core/modules/responsive_image/config/schema/responsive_image.schema.yml
responsive_image_test_module.schema.yml file core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml core/modules/responsive_image/tests/modules/responsive_image_test_module/config/schema/responsive_image_test_module.schema.yml
rest.schema.yml file core/modules/rest/config/schema/rest.schema.yml core/modules/rest/config/schema/rest.schema.yml
rest.views.schema.yml file core/modules/rest/config/schema/rest.views.schema.yml core/modules/rest/config/schema/rest.views.schema.yml
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.
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 API group core/lib/Drupal/Core/Database/database.api.php API to handle database schemas.
schema.inc file core/includes/schema.inc Schema API handling functions.
Schema.php file core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Schema.php file core/lib/Drupal/Core/Database/Schema.php
Schema.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Schema.php
Schema.php file core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Schema.php
Schema.php file core/tests/Drupal/Tests/Core/Database/Stub/Driver/Schema.php
Schema.php file core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php
Schema.php file core/lib/Drupal/Core/Database/Driver/mysql/Schema.php
Schema::$connection property core/lib/Drupal/Core/Database/Schema.php The database connection.
Schema::$defaultSchema property core/lib/Drupal/Core/Database/Schema.php Definition of prefixInfo array structure.
Schema::$defaultSchema property core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Override DatabaseSchema::$defaultSchema
Schema::$maxIdentifierLength property core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php The maximum allowed length for index, primary key and constraint names.
Schema::$mysqlStringTypes property core/lib/Drupal/Core/Database/Driver/mysql/Schema.php List of MySQL string types.
Schema::$placeholder property core/lib/Drupal/Core/Database/Schema.php The placeholder counter.
Schema::$tableInformation property core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php A cache of information about blob columns and sequences of tables.
Schema::$tempNamespaceName property core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php PostgreSQL's temporary namespace name.
Schema::$uniqueIdentifier property core/lib/Drupal/Core/Database/Schema.php A unique identifier for this query object.
Schema::addField function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Add a new field to a table.
Schema::addField function core/lib/Drupal/Core/Database/Schema.php Add a new field to a table.
Schema::addField function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Add a new field to a table.
Schema::addField function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Add a new field to a table.
Schema::addIndex function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Add an index.
Schema::addIndex function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Add an index.
Schema::addIndex function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Add an index.
Schema::addIndex function core/lib/Drupal/Core/Database/Schema.php Add an index.

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