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 |
---|---|---|---|
MissingSchema::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
ModuleInstaller::installSchema | function | core/ |
Creates all tables defined in a module's hook_schema(). |
ModuleInstaller::uninstallSchema | function | core/ |
Removes all tables defined in a module's hook_schema(). |
module_installer_config_subscriber.schema.yml | file | core/ |
core/modules/system/tests/modules/module_installer_config_subscriber/config/schema/module_installer_config_subscriber.schema.yml |
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/ |
Returns the schema for the field. |
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/ |
{{ header }} {% block card_body %} Default contents for a card {% endblock %} |
my-card-no-schema.twig | file | core/ |
{{ header }} {% block card_body %} Default contents for a card {% endblock %} |
my-card-no-schema.twig | file | core/ |
{{ header }} {% block card_body %} Default contents for a card {% endblock %} |
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/ |
The theme to install as the default for testing. |
NewViewConfigSchemaTest::$modules | property | core/ |
Modules to install. |
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/ |
Gets the entity schema for the specified entity type. |
NodeStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
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[[api-linebreak]] @covers \Drupal\Core\Database\Connection::truncate[[api-linebreak]] |
NonPublicSchemaTest::testExtensionExists | function | core/ |
@covers ::extensionExists[[api-linebreak]] @covers ::tableExists[[api-linebreak]] |
NonPublicSchemaTest::testField | function | core/ |
@covers ::addField[[api-linebreak]] @covers ::fieldExists[[api-linebreak]] @covers ::dropField[[api-linebreak]] @covers ::changeField[[api-linebreak]] |
NonPublicSchemaTest::testIndex | function | core/ |
@covers ::addIndex[[api-linebreak]] @covers ::indexExists[[api-linebreak]] @covers ::dropIndex[[api-linebreak]] |
NonPublicSchemaTest::testInsert | function | core/ |
@covers \Drupal\Core\Database\Connection::insert[[api-linebreak]] @covers \Drupal\Core\Database\Connection::select[[api-linebreak]] |
NonPublicSchemaTest::testMerge | function | core/ |
@covers \Drupal\Core\Database\Connection::merge[[api-linebreak]] |
NonPublicSchemaTest::testPrimaryKey | function | core/ |
@covers ::addPrimaryKey[[api-linebreak]] @covers ::dropPrimaryKey[[api-linebreak]] |
NonPublicSchemaTest::testTable | function | core/ |
@covers ::renameTable[[api-linebreak]] @covers ::tableExists[[api-linebreak]] @covers ::findTables[[api-linebreak]] @covers ::dropTable[[api-linebreak]] |
NonPublicSchemaTest::testUniqueKey | function | core/ |
@covers ::addUniqueKey[[api-linebreak]] @covers ::indexExists[[api-linebreak]] @covers ::dropUniqueKey[[api-linebreak]] |
NonPublicSchemaTest::testUpdate | function | core/ |
@covers \Drupal\Core\Database\Connection::update[[api-linebreak]] |
NonPublicSchemaTest::testUpsert | function | core/ |
@covers \Drupal\Core\Database\Connection::upsert[[api-linebreak]] |
NoPreExistingSchemaUpdateTest | class | core/ |
Tries to update a module which has no pre-existing schema. |
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.