simpletest_schema |
function |
drupal/core/modules/simpletest/simpletest.install |
Implements hook_schema(). |
Schema::dropIndex |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Drop an index. |
update_set_schema |
function |
drupal/core/includes/update.inc |
Forces a module to a given schema version. |
hook_schema_alter |
function |
drupal/core/modules/system/system.api.php |
Perform alterations to existing database schemas. |
SCHEMA_UNINSTALLED |
constant |
drupal/core/includes/schema.inc |
Indicates that a module has not been installed yet. |
contact.schema.yml |
file |
drupal/core/modules/contact/config/schema/contact.schema.yml |
drupal/core/modules/contact/config/schema/contact.schema.yml |
SiteSchema::entity |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php |
Get an entity's term definition in this vocabulary. |
entity_test_schema |
function |
drupal/core/modules/system/tests/modules/entity_test/entity_test.install |
Implements hook_schema(). |
SiteSchema::bundle |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php |
Get a bundle's term definition in this vocabulary. |
SiteSchema::getUri |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php |
Get the URI of the schema. |
Schema::getComment |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Retrieve a table or column comment. |
Connection::schema |
function |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Returns a DatabaseSchema object for manipulating the schema. |
picture.schema.yml |
file |
drupal/core/modules/picture/config/schema/picture.schema.yml |
drupal/core/modules/picture/config/schema/picture.schema.yml |
toolbar.schema.yml |
file |
drupal/core/modules/toolbar/config/schema/toolbar.schema.yml |
drupal/core/modules/toolbar/config/schema/toolbar.schema.yml |
Schema::alterTable |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Create a table with a new schema containing the old content. |
Schema::findTables |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Find all tables that are like the specified base table name. |
options.schema.yml |
file |
drupal/core/modules/options/config/schema/options.schema.yml |
drupal/core/modules/options/config/schema/options.schema.yml |
tracker.schema.yml |
file |
drupal/core/modules/tracker/config/schema/tracker.schema.yml |
drupal/core/modules/tracker/config/schema/tracker.schema.yml |
module_test_schema |
function |
drupal/core/modules/system/tests/modules/module_test/module_test.install |
Implements hook_schema(). |
Schema::getComment |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Retrieve a table or column comment. |
SiteSchemaTest.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/SiteSchemaTest.php |
Contains SiteSchemaTest. |
SchemaTermBase.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SchemaTermBase.php |
Contains SchemaTermBase. |
Schema::findTables |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Find all tables that are like the specified base table name. |
email_field_schema |
function |
drupal/core/modules/email/email.install |
Implements hook_field_schema(). |
image_field_schema |
function |
drupal/core/modules/image/image.install |
Implements hook_field_schema(). |
Schema::fieldNames |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Return an array of field names from an array of key/index column specifiers. |
custom_block_schema |
function |
drupal/core/modules/block/custom_block/custom_block.install |
Implements hook_schema(). |
SchemaTermInterface |
interface |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SchemaTermInterface.php |
|
SchemaException.php |
file |
drupal/core/lib/Drupal/Core/Database/SchemaException.php |
Definition of Drupal\Core\Database\SchemaException |
Schema::renameTable |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Rename a table. |
Connection::$schema |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
The schema object for this connection. |
Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Checks if an index exists in the given table. |
SiteSchema::getPath |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php |
Get the relative base path of the schema. |
Schema::changeField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Change a field definition. |
language.schema.yml |
file |
drupal/core/modules/language/config/schema/language.schema.yml |
drupal/core/modules/language/config/schema/language.schema.yml |
Schema::tableExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Check if a table exists. |
Schema::fieldExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Check if a column exists in the given table. |
shortcut.schema.yml |
file |
drupal/core/modules/shortcut/config/schema/shortcut.schema.yml |
drupal/core/modules/shortcut/config/schema/shortcut.schema.yml |
Schema::tableExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Check if a table exists. |
Schema::fieldExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Check if a column exists in the given table. |
taxonomy.schema.yml |
file |
drupal/core/modules/taxonomy/config/schema/taxonomy.schema.yml |
drupal/core/modules/taxonomy/config/schema/taxonomy.schema.yml |
Schema::renameTable |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Rename a table. |
Schema::changeField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Change a field definition. |
Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Checks if an index exists in the given table. |
SchemaDiscovery.php |
file |
drupal/core/lib/Drupal/Core/Config/Schema/SchemaDiscovery.php |
Contains \Drupal\Config\Schema\SchemaDiscovery. |
SchemaTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php |
|
ckeditor.schema.yml |
file |
drupal/core/modules/ckeditor/config/schema/ckeditor.schema.yml |
drupal/core/modules/ckeditor/config/schema/ckeditor.schema.yml |
Schema::renameTable |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Rename a table. |
Schema::indexExists |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Checks if an index exists in the given table. |
Schema::changeField |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Change a field definition. |