Search for schema
- Search 7.x for schema
- Search 9.5.x for schema
- Search 8.9.x for schema
- Search 10.3.x for schema
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Schema | class | core/ |
SQLite implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
MySQL implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
A very minimal class for testing purposes. |
Schema | class | core/ |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Schema. |
Schema | class | core/ |
Provides a base implementation for Database Schema. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
module_installer_config_test.schema.yml | file | core/ |
core/modules/system/tests/modules/module_installer_config_test/config/schema/module_installer_config_test.schema.yml |
module_test.schema.yml | file | core/ |
core/modules/system/tests/modules/module_test/config/schema/module_test.schema.yml |
module_test_schema | function | core/ |
Implements hook_schema(). |
MultiValueTestItem::schema | function | core/ |
|
my-card-no-schema.component.yml | file | core/ |
core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/components/my-card-no-schema/my-card-no-schema.component.yml |
my-card-no-schema.component.yml | file | core/ |
core/modules/system/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.component.yml |
my-card-no-schema.component.yml | file | core/ |
core/modules/system/tests/modules/sdc_test_invalid/components/my-card-no-schema/my-card-no-schema.component.yml |
my-card-no-schema.component.yml | file | core/ |
core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema_invalid/components/my-card-no-schema/my-card-no-schema.component.yml |
my-card-no-schema.component.yml | file | core/ |
core/modules/sdc/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.component.yml |
my-card-no-schema.component.yml | file | core/ |
core/modules/sdc/tests/modules/sdc_test_invalid/components/my-card-no-schema/my-card-no-schema.component.yml |
my-card-no-schema.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card-no-schema__header">{{ header }}</h2> <div class="component--my-card-no-schema__body"> {% block card_body %} Default contents for a card … |
my-card-no-schema.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card-no-schema__header">{{ header }}</h2> <div class="component--my-card-no-schema__body"> {% block card_body %} Default contents for a card … |
my-card-no-schema.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card-no-schema__header">{{ header }}</h2> <div class="component--my-card-no-schema__body"> {% block card_body %} Default contents for a card … |
my-card-no-schema.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card-no-schema__header">{{ header }}</h2> <div class="component--my-card-no-schema__body"> {% block card_body %} Default contents for a card … |
my-card-no-schema.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card-no-schema__header">{{ header }}</h2> <div class="component--my-card-no-schema__body"> {% block card_body %} Default contents for a card … |
my-card-no-schema.twig | file | core/ |
<div {{ attributes }}> <h2 class="component--my-card-no-schema__header">{{ header }}</h2> <div class="component--my-card-no-schema__body"> {% block card_body %} Default contents for a card … |
navigation.schema.yml | file | core/ |
core/modules/navigation/config/schema/navigation.schema.yml |
NewViewConfigSchemaTest | class | core/ |
Tests configuration schema against new views. |
NewViewConfigSchemaTest.php | file | core/ |
|
NewViewConfigSchemaTest::$defaultTheme | property | core/ |
|
NewViewConfigSchemaTest::$modules | property | core/ |
|
NewViewConfigSchemaTest::testNewViews | function | core/ |
Tests creating brand new views. |
node.schema.yml | file | core/ |
core/modules/node/config/schema/node.schema.yml |
node.views.schema.yml | file | core/ |
core/modules/node/config/schema/node.views.schema.yml |
NodeStorageSchema | class | core/ |
Defines the node schema handler. |
NodeStorageSchema.php | file | core/ |
|
NodeStorageSchema::getEntitySchema | function | core/ |
|
NodeStorageSchema::getSharedTableFieldSchema | function | core/ |
|
node_schema | function | core/ |
Implements hook_schema(). |
NonPublicSchemaTest | class | core/ |
Tests schema API for non-public schema for the PostgreSQL driver. |
NonPublicSchemaTest.php | file | core/ |
|
NonPublicSchemaTest::$testingFakeConnection | property | core/ |
The database connection for testing. |
NonPublicSchemaTest::setUp | function | core/ |
|
NonPublicSchemaTest::tearDown | function | core/ |
|
NonPublicSchemaTest::testDelete | function | core/ |
@covers \Drupal\Core\Database\Connection::delete @covers \Drupal\Core\Database\Connection::truncate |
NonPublicSchemaTest::testExtensionExists | function | core/ |
@covers ::extensionExists @covers ::tableExists |
NonPublicSchemaTest::testField | function | core/ |
@covers ::addField @covers ::fieldExists @covers ::dropField @covers ::changeField |
NonPublicSchemaTest::testIndex | function | core/ |
@covers ::addIndex @covers ::indexExists @covers ::dropIndex |
NonPublicSchemaTest::testInsert | function | core/ |
@covers \Drupal\Core\Database\Connection::insert @covers \Drupal\Core\Database\Connection::select |
NonPublicSchemaTest::testMerge | function | core/ |
@covers \Drupal\Core\Database\Connection::merge |
NonPublicSchemaTest::testPrimaryKey | function | core/ |
@covers ::addPrimaryKey @covers ::dropPrimaryKey |
NonPublicSchemaTest::testTable | function | core/ |
@covers ::renameTable @covers ::tableExists @covers ::findTables @covers ::dropTable |
NonPublicSchemaTest::testUniqueKey | function | core/ |
@covers ::addUniqueKey @covers ::indexExists @covers ::dropUniqueKey |
NonPublicSchemaTest::testUpdate | function | core/ |
@covers \Drupal\Core\Database\Connection::update |
NonPublicSchemaTest::testUpsert | function | core/ |
@covers \Drupal\Core\Database\Connection::upsert |
NoPreExistingSchemaUpdateTest | class | core/ |
Tries to update a module which has no pre-existing schema. |
NoPreExistingSchemaUpdateTest.php | file | core/ |
|
NoPreExistingSchemaUpdateTest::$defaultTheme | property | core/ |
|
NoPreExistingSchemaUpdateTest::setUp | function | core/ |
|
NoPreExistingSchemaUpdateTest::testNoPreExistingSchema | function | core/ |
Tests the system module updates with no dependencies installed. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.