|
Schema |
class |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
|
|
Schema |
class |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
|
|
Schema |
class |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
|
|
Schema |
class |
drupal/core/lib/Drupal/Core/Database/Schema.php |
|
|
rdf_schema |
function |
drupal/core/modules/rdf/rdf.install |
Implements hook_schema(). |
|
Schema.php |
file |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Definition of Drupal\Core\Database\Schema |
|
Schema.php |
file |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Definition of Drupal\Core\Database\Driver\sqlite\Schema |
|
Schema.php |
file |
drupal/core/lib/Drupal/Core/Database/Driver/mysql/Schema.php |
Definition of Drupal\Core\Database\Driver\mysql\Schema |
|
SiteSchema |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php |
Defines a site-generated schema. |
|
Schema.php |
file |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Definition of Drupal\Core\Database\Driver\pgsql\Schema |
|
ban_schema |
function |
drupal/core/modules/ban/ban.install |
Implements hook_schema(). |
|
SchemaTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php |
Tests the Schema API. |
|
schema.inc |
file |
drupal/core/includes/schema.inc |
Schema API handling functions. |
|
Schema API |
group |
drupal/core/lib/Drupal/Core/Database/Schema.php |
API to handle database schemas. |
|
SchemaCache |
class |
drupal/core/lib/Drupal/Core/Utility/SchemaCache.php |
Extends CacheArray to allow for dynamic building of the schema cache. |
|
book_schema |
function |
drupal/core/modules/book/book.install |
Implements hook_schema(). |
|
node_schema |
function |
drupal/core/modules/node/node.install |
Implements hook_schema(). |
|
user_schema |
function |
drupal/core/modules/user/user.install |
Implements hook_schema(). |
|
file_schema |
function |
drupal/core/modules/file/file.install |
Implements hook_schema(). |
|
hook_schema |
function |
drupal/core/modules/system/system.api.php |
Define the current version of the database schema. |
|
BundleSchema |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/BundleSchema.php |
Defines RDF terms corresponding to Drupal bundles. |
|
EntitySchema |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/EntitySchema.php |
Defines RDF terms corresponding to Drupal entity types. |
|
dblog_schema |
function |
drupal/core/modules/dblog/dblog.install |
Implements hook_schema(). |
|
forum_schema |
function |
drupal/core/modules/forum/forum.install |
Implements hook_schema(). |
|
search_schema |
function |
drupal/core/modules/search/search.install |
Implements hook_schema(). |
|
system_schema |
function |
drupal/core/modules/system/system.install |
Implements hook_schema(). |
|
locale_schema |
function |
drupal/core/modules/locale/locale.install |
Implements hook_schema(). |
|
SchemaStorage |
class |
drupal/core/lib/Drupal/Core/Config/Schema/SchemaStorage.php |
Defines the file storage controller for metadata files. |
|
SchemaTermBase |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SchemaTermBase.php |
Base class to define an RDF term in a schema. |
|
Field::$schema |
property |
drupal/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.php |
The field schema. |
|
history_schema |
function |
drupal/core/modules/history/history.install |
Implements hook_schema(). |
|
views_schema_0 |
function |
drupal/core/modules/views/views.install |
Provide an initial schema. |
|
tracker_schema |
function |
drupal/core/modules/tracker/tracker.install |
Implements hook_schema(). |
|
SchemaTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SchemaTest.php |
Contains Drupal\system\Tests\Database\SchemaTest. |
|
SiteSchema.php |
file |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php |
Contains SiteSchema. |
|
comment_schema |
function |
drupal/core/modules/comment/comment.install |
Implements hook_schema(). |
|
SiteSchemaTest |
class |
drupal/core/modules/rdf/lib/Drupal/rdf/Tests/SiteSchemaTest.php |
Tests for RDF namespaces XML serialization. |
|
tour.schema.yml |
file |
drupal/core/modules/tour/config/schema/tour.schema.yml |
drupal/core/modules/tour/config/schema/tour.schema.yml |
|
book.schema.yml |
file |
drupal/core/modules/book/config/schema/book.schema.yml |
drupal/core/modules/book/config/schema/book.schema.yml |
|
menu.schema.yml |
file |
drupal/core/modules/menu/config/schema/menu.schema.yml |
drupal/core/modules/menu/config/schema/menu.schema.yml |
|
file.schema.yml |
file |
drupal/core/modules/file/config/schema/file.schema.yml |
drupal/core/modules/file/config/schema/file.schema.yml |
|
SchemaException |
class |
drupal/core/lib/Drupal/Core/Database/SchemaException.php |
Base exception for Schema-related errors. |
|
node.schema.yml |
file |
drupal/core/modules/node/config/schema/node.schema.yml |
drupal/core/modules/node/config/schema/node.schema.yml |
|
user.schema.yml |
file |
drupal/core/modules/user/config/schema/user.schema.yml |
drupal/core/modules/user/config/schema/user.schema.yml |
|
text.schema.yml |
file |
drupal/core/modules/text/config/schema/text.schema.yml |
drupal/core/modules/text/config/schema/text.schema.yml |
|
shortcut_schema |
function |
drupal/core/modules/shortcut/shortcut.install |
Implements hook_schema(). |
|
language_schema |
function |
drupal/core/modules/language/language.install |
Implements hook_schema(). |
|
Schema::__clone |
function |
drupal/core/lib/Drupal/Core/Database/Schema.php |
Implements the magic __clone function. |
|
SchemaCache.php |
file |
drupal/core/lib/Drupal/Core/Utility/SchemaCache.php |
Definition of SchemaCache |
|
SchemaDiscovery |
class |
drupal/core/lib/Drupal/Core/Config/Schema/SchemaDiscovery.php |
A discovery mechanism that reads plugin definitions from schema data
in YAML format. |