Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SqlBase::query | function | core/ |
|
| SqlBase::query | function | core/ |
Modify the query for paging |
| SqlBase::select | function | core/ |
Wrapper for database select. |
| SqlBase::setCurrentPage | function | core/ |
Set the current page. |
| SqlBase::setUpDatabase | function | core/ |
Gets a connection to the referenced database. |
| SqlBase::updatePageInfo | function | core/ |
Update global paging info. |
| SqlBase::usesExposed | function | core/ |
|
| SqlBase::validateOptionsForm | function | core/ |
Provide the default form form for validating options |
| SqlBase::__construct | function | core/ |
Constructs a SqlBase object. |
| SqlBase::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| SqlBase::__toString | function | core/ |
Prints the query string when the object is used as a string. |
| SqlBaseTest | class | core/ |
Tests the SqlBase class. |
| SqlBaseTest | class | core/ |
Tests the functionality of SqlBase. |
| SqlBaseTest.php | file | core/ |
Contains \Drupal\Tests\migrate\Kernel\SqlBaseTest. |
| SqlBaseTest.php | file | core/ |
Contains \Drupal\Tests\migrate\Unit\SqlBaseTest. |
| SqlBaseTest::$migration | property | core/ |
The (probably mocked) migration under test. |
| SqlBaseTest::highWaterDataProvider | function | core/ |
Data provider for ::testHighWater(). |
| SqlBaseTest::setUp | function | core/ |
|
| SqlBaseTest::sqlBaseTestProvider | function | core/ |
The data provider for SqlBase. |
| SqlBaseTest::testConnectionTypes | function | core/ |
Tests different connection types. |
| SqlBaseTest::testHighWater | function | core/ |
Tests that SqlBase respects high-water values. |
| SqlBaseTest::testMapJoinable | function | core/ |
Tests that the ID map is joinable. |
| SqlContentEntityStorage | class | core/ |
A content entity database storage implementation. |
| SqlContentEntityStorage.php | file | core/ |
|
| SqlContentEntityStorage::$baseTable | property | core/ |
The base table of the entity. |
| SqlContentEntityStorage::$database | property | core/ |
Active database connection. |
| SqlContentEntityStorage::$dataTable | property | core/ |
The table that stores properties, if the entity has multilingual support. |
| SqlContentEntityStorage::$defaultLangcodeKey | property | core/ |
The default language entity key. |
| SqlContentEntityStorage::$entityTypeManager | property | core/ |
The entity type manager. |
| SqlContentEntityStorage::$fieldStorageDefinitions | property | core/ |
The entity type's field storage definitions. |
| SqlContentEntityStorage::$langcodeKey | property | core/ |
The entity langcode key. |
| SqlContentEntityStorage::$languageManager | property | core/ |
The language manager. |
| SqlContentEntityStorage::$revisionDataTable | property | core/ |
The table that stores revision field data if the entity supports revisions. |
| SqlContentEntityStorage::$revisionKey | property | core/ |
Name of entity's revision database table field, if it supports revisions. |
| SqlContentEntityStorage::$revisionTable | property | core/ |
The table that stores revisions, if the entity supports revisions. |
| SqlContentEntityStorage::$storageSchema | property | core/ |
The entity type's storage schema object. |
| SqlContentEntityStorage::$tableMapping | property | core/ |
The mapping of field columns to SQL tables. |
| SqlContentEntityStorage::$temporary | property | core/ |
Whether this storage should use the temporary table mapping. |
| SqlContentEntityStorage::buildPropertyQuery | function | core/ |
Builds an entity query. |
| SqlContentEntityStorage::buildQuery | function | core/ |
Builds the query to load the entity. |
| SqlContentEntityStorage::countFieldData | function | core/ |
Determines the number of entities with values for a given field. |
| SqlContentEntityStorage::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
| SqlContentEntityStorage::delete | function | core/ |
Deletes permanently saved entities. |
| SqlContentEntityStorage::deleteFromDedicatedTables | function | core/ |
Deletes values of fields in dedicated tables for all revisions. |
| SqlContentEntityStorage::deleteRevisionFromDedicatedTables | function | core/ |
Deletes values of fields in dedicated tables for all revisions. |
| SqlContentEntityStorage::doDeleteFieldItems | function | core/ |
Deletes entity field values from the storage. |
| SqlContentEntityStorage::doDeleteRevisionFieldItems | function | core/ |
Deletes field values of an entity revision from the storage. |
| SqlContentEntityStorage::doLoadMultiple | function | core/ |
Performs storage-specific loading of entities. |
| SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems | function | core/ |
Actually loads revision field item values from the storage. |
| SqlContentEntityStorage::doLoadRevisionFieldItems | function | core/ |
Actually loads revision field item values from the storage. |
Pagination
- Previous page
- Page 1131
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.