Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Schema.php
»
Schema
»
Schema::introspectSchema
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
9 calls to Schema::introspectSchema()
Schema::addField
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Schema.php
Add a new field to a table.
Schema::addPrimaryKey
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Schema.php
Add a primary key.
Schema::changeField
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Schema.php
Change a field definition.
Schema::dropField
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Schema.php
Drop a field.
Schema::dropPrimaryKey
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Schema.php
Drop the primary key.
Schema::fieldExists
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Schema.php
Check if a column exists in the given table.
Schema::fieldSetDefault
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Schema.php
Set the default value for a field.
Schema::fieldSetNoDefault
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Schema.php
Set a field to have no default value.
Schema::renameTable
in drupal/
core/
lib/
Drupal/
Core/
Database/
Driver/
sqlite/
Schema.php
Rename a table.