Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Schema::getComment function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Retrieve a table or column comment.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getFieldTypeMap function core/lib/Drupal/Core/Database/Schema.php Returns a mapping of Drupal schema field names to DB-native field types.
Schema::getNormalizedIndexes function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Gets normalized indexes from a table specification.
Schema::getPrefixInfo function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Get information about the table and database name from the prefix.
Schema::getPrefixInfo function core/lib/Drupal/Core/Database/Schema.php Get information about the table name and schema from the prefix.
Schema::getTempNamespaceName function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Gets PostgreSQL's temporary namespace name.
Schema::hashBase64 function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Calculates a base-64 encoded, PostgreSQL-safe sha-256 hash per PostgreSQL
documentation: 4.1. Lexical Structure.
Schema::indexExists function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Checks if an index exists in the given table.
Schema::indexExists function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Checks if an index exists in the given table.
Schema::indexExists function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Checks if an index exists in the given table.
Schema::indexExists function core/lib/Drupal/Core/Database/Schema.php Checks if an index exists in the given table.
Schema::introspectIndexSchema function core/lib/Drupal/Core/Database/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectSchema function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Find out the schema of a table.
Schema::mapKeyDefinition function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Utility method: rename columns in an index definition according to a new mapping.
Schema::nextPlaceholder function core/lib/Drupal/Core/Database/Schema.php Returns the next placeholder ID for the query.
Schema::prefixNonTable function core/lib/Drupal/Core/Database/Schema.php Create names for indexes, primary keys and constraints.
Schema::prepareComment function core/lib/Drupal/Core/Database/Schema.php Prepare a table or column comment for database query.
Schema::prepareComment function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Prepare a table or column comment for database query.
Schema::processField function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Set database-engine specific properties for a field.
Schema::processField function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Set database-engine specific properties for a field.
Schema::processField function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Set database-engine specific properties for a field.
Schema::queryFieldInformation function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Fetches the list of constraints used on a field.
Schema::queryTableInformation function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Fetch the list of blobs and sequences used on a table.
Schema::renameTable function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Rename a table.
Schema::renameTable function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Rename a table.
Schema::renameTable function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Rename a table.
Schema::renameTable function core/lib/Drupal/Core/Database/Schema.php Rename a table.
Schema::resetTableInformation function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Resets information about table blobs, sequences and serial fields.
Schema::shortenIndex function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Helper function for normalizeIndexes().
Schema::tableExists function core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php Check if a table exists.
Schema::tableExists function core/lib/Drupal/Core/Database/Driver/mysql/Schema.php Check if a table exists.
Schema::tableExists function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php Check if a table exists.
Schema::tableExists function core/lib/Drupal/Core/Database/Schema.php Check if a table exists.
Schema::uniqueIdentifier function core/lib/Drupal/Core/Database/Schema.php Returns a unique identifier for this object.
Schema::_createIndexSql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Schema::_createKeys function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Schema::_createKeySql function core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php
Schema::__clone function core/lib/Drupal/Core/Database/Schema.php Implements the magic __clone function.
Schema::__construct function core/lib/Drupal/Core/Database/Schema.php
SchemaCheckTestTrait trait core/tests/Drupal/Tests/SchemaCheckTestTrait.php Provides a class for checking configuration schema.
SchemaCheckTestTrait trait core/modules/config/src/Tests/SchemaCheckTestTrait.php Provides a class for checking configuration schema.
SchemaCheckTestTrait.php file core/modules/config/src/Tests/SchemaCheckTestTrait.php
SchemaCheckTestTrait.php file core/tests/Drupal/Tests/SchemaCheckTestTrait.php
SchemaCheckTestTrait::assertConfigSchema function core/tests/Drupal/Tests/SchemaCheckTestTrait.php Asserts the TypedConfigManager has a valid schema for the configuration.

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