Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Sql::submitOptionsForm | function | core/ |
Special submit handling. |
| Sql::updateCount | function | core/ |
Returns a count of items which are marked as needing update. |
| 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/ |
Sources whose data may be fetched via a database connection. |
| SqlBase | class | core/ |
A common base class for sql based pager. |
| 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/ |
Checks if requirements for this plugin are OK. |
| SqlBase::create | function | core/ |
Creates an instance of the plugin. |
| SqlBase::create | function | core/ |
Creates an instance of the plugin. |
| SqlBase::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| 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/ |
The cache contexts associated with this object. |
| SqlBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| SqlBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
| SqlBase::getDatabase | function | core/ |
Gets the database connection object. |
| SqlBase::getPagerTotal | function | core/ |
|
| SqlBase::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
| 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/ |
|
| SqlBase::query | function | core/ |
Modify the query for paging. |
| SqlBase::rewind | function | core/ |
Rewinds the iterator. |
| 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 for validating options. |
| SqlBase::__construct | function | core/ |
Constructs a SqlBase object. |
| SqlBase::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| 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. |
Pagination
- Previous page
- Page 1189
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.