Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
Schema::introspectIndexSchema function core/modules/sqlite/src/Driver/Database/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/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectIndexSchema function core/modules/mysql/src/Driver/Database/mysql/Schema.php Finds the columns for the primary key, unique keys and indexes of a table.
Schema::introspectSchema function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Find out the schema of a table.
Schema::mapKeyDefinition function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Renames 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/modules/mysql/src/Driver/Database/mysql/Schema.php Prepare a table or column comment for database query.
Schema::processField function core/modules/mysql/src/Driver/Database/mysql/Schema.php Set database-engine specific properties for a field.
Schema::processField function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Set database-engine specific properties for a field.
Schema::processField function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Set database-engine specific properties for a field.
Schema::queryFieldInformation function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Fetches the list of constraints used on a field.
Schema::queryTableInformation function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Fetch the list of blobs and sequences used on a table.
Schema::renameTable function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Rename a table.
Schema::renameTable function core/modules/mysql/src/Driver/Database/mysql/Schema.php Rename a table.
Schema::renameTable function core/lib/Drupal/Core/Database/Schema.php Rename a table.
Schema::renameTable function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Rename a table.
Schema::resetTableInformation function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Resets information about table blobs, sequences and serial fields.
Schema::shortenIndex function core/modules/mysql/src/Driver/Database/mysql/Schema.php Helper function for normalizeIndexes().
Schema::tableExists function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Check if a table exists.
Schema::tableExists function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Check if a table exists.
Schema::tableExists function core/lib/Drupal/Core/Database/Schema.php Check if a table exists.
Schema::tableNames function core/lib/Drupal/Core/Database/SchemaDefinition/Schema.php Returns the names of the tables.
Schema::toArray function core/lib/Drupal/Core/Database/SchemaDefinition/Schema.php Converts the object to legacy array-based specifications.
Schema::uniqueIdentifier function core/lib/Drupal/Core/Database/Schema.php Returns a unique identifier for this object.
Schema::validate function core/lib/Drupal/Core/Database/SchemaDefinition/Schema.php Validates the properties of the value object.
Schema::_createIndexSql function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Creates a statement for an SQL index for the given fields.
Schema::_createKeys function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Adds keys for an SQL table.
Schema::_createKeySql function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Creates the SQL key for the given fields.
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
Schema::__construct function core/lib/Drupal/Core/Database/SchemaDefinition/Schema.php Constructor.
Schema::__construct function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
SchemaCheckTestTrait trait core/tests/Drupal/Tests/SchemaCheckTestTrait.php Provides a class for checking configuration schema.
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.
SchemaCheckTestTrait::assertConfigSchemaByName function core/tests/Drupal/Tests/SchemaCheckTestTrait.php Asserts configuration, specified by name, has a valid schema.
SchemaCheckTrait trait core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Provides a trait for checking configuration schema.
SchemaCheckTrait.php file core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php
SchemaCheckTrait::$configName property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The configuration object name under test.
SchemaCheckTrait::$ignoredPropertyPaths property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The ignored property paths.
SchemaCheckTrait::$schema property core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php The config schema wrapper object for the configuration object under test.
SchemaCheckTrait::checkConfigSchema function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Checks the TypedConfigManager has a valid schema for the configuration.
SchemaCheckTrait::checkValue function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Helper method to check data type.
SchemaCheckTrait::isViolationForIgnoredPropertyPath function core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php Determines whether this violation is for an ignored Config property path.
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 install.

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