Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Sql::updateCount | function | core/ |
|
| Sql::valid | function | core/ |
Implementation of \Iterator::valid(). |
| Sql::__construct | function | core/ |
Constructs an SQL object. |
| Sql::__construct | function | core/ |
Constructs a Sql object. |
| SqlBase | class | core/ |
A common base class for sql based pager. |
| SqlBase | class | core/ |
Sources whose data may be fetched via a database connection. |
| SqlBase.php | file | core/ |
|
| SqlBase.php | file | core/ |
|
| SqlBase::$batch | property | core/ |
The count of the number of batches run. |
| SqlBase::$batchSize | property | core/ |
Number of records to fetch from the database during each batch. |
| SqlBase::$database | property | core/ |
The database object. |
| SqlBase::$pagerManager | property | core/ |
The pager manager. |
| SqlBase::$pagerParameters | property | core/ |
The pager parameters. |
| SqlBase::$query | property | core/ |
The query string. |
| SqlBase::$state | property | core/ |
State service for retrieving database info. |
| SqlBase::buildOptionsForm | function | core/ |
Provide the default form for setting options. |
| SqlBase::checkRequirements | function | core/ |
|
| SqlBase::create | function | core/ |
|
| SqlBase::defineOptions | function | core/ |
|
| SqlBase::doCount | function | core/ |
Gets the source count using countQuery(). |
| SqlBase::exposedFormAlter | function | core/ |
|
| SqlBase::exposedFormValidate | function | core/ |
|
| SqlBase::fetchNextBatch | function | core/ |
Prepares query for the next set of data from the source database. |
| SqlBase::fetchNextRow | function | core/ |
Position the iterator to the following row. |
| 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 the SqlBase class. |
| SqlBaseTest | class | core/ |
Tests the functionality of SqlBase. |
| SqlBaseTest | class | core/ |
Tests Drupal\views\Plugin\views\pager\SqlBase. |
Pagination
- Previous page
- Page 1294
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.