Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SqlBase::getCacheContexts | function | core/ |
|
| SqlBase::getCacheMaxAge | function | core/ |
|
| SqlBase::getCacheTags | function | core/ |
|
| SqlBase::getDatabase | function | core/ |
Gets the database connection object. |
| SqlBase::getPagerTotal | function | core/ |
Gets the total number of pages. |
| SqlBase::initializeIterator | function | core/ |
|
| SqlBase::isOffsetExposed | function | core/ |
|
| SqlBase::itemsPerPageExposed | function | core/ |
|
| SqlBase::mapJoinable | function | core/ |
Checks if we can join against the map table. |
| SqlBase::prepareQuery | function | core/ |
Adds tags and metadata to the query. |
| SqlBase::query | function | core/ |
Prepares query object to retrieve data from the source database. |
| SqlBase::query | function | core/ |
|
| SqlBase::rewind | function | core/ |
|
| 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/ |
|
| SqlBase::__construct | function | core/ |
Constructs a SqlBase object. |
| SqlBase::__construct | function | core/ |
|
| SqlBase::__sleep | function | core/ |
|
| SqlBase::__toString | function | core/ |
Prints the query string when the object is used as a string. |
| SqlBaseTest | class | core/ |
Tests Drupal\views\Plugin\views\pager\SqlBase. |
| SqlBaseTest | class | core/ |
Tests the SqlBase class. |
| SqlBaseTest | class | core/ |
Tests the functionality of SqlBase. |
| SqlBaseTest.php | file | core/ |
|
| SqlBaseTest.php | file | core/ |
|
| SqlBaseTest.php | file | core/ |
|
| SqlBaseTest::$display | property | core/ |
The mock display plugin instance. |
| SqlBaseTest::$migration | property | core/ |
The (probably mocked) migration under test. |
| SqlBaseTest::$pager | property | core/ |
The mock pager plugin instance. |
| SqlBaseTest::$view | property | core/ |
The mock view instance. |
| SqlBaseTest::highWaterDataProvider | function | core/ |
Data provider for ::testHighWater(). |
| SqlBaseTest::prepareSourceData | function | core/ |
Creates a custom source table and some sample data. |
| SqlBaseTest::setUp | function | core/ |
|
| SqlBaseTest::setUp | function | core/ |
|
| SqlBaseTest::sqlBaseTestProvider | function | core/ |
The data provider for SqlBase. |
| SqlBaseTest::testBrokenConnection | function | core/ |
Tests the exception when a connection is defined but not available. |
| 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. |
| SqlBaseTest::testPrepareQuery | function | core/ |
Tests prepare query method. |
| SqlBaseTest::testQuery | function | core/ |
Tests the query() method. |
| 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. |
Pagination
- Previous page
- Page 1494
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.