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 |
|---|---|---|---|
| Sql::processedCount | function | core/ |
Returns the number of processed items in the map. |
| Sql::query | function | core/ |
Generate a query and a countquery from all of the information supplied to the object. |
| Sql::queueTable | function | core/ |
Add a table to the query without ensuring the path. |
| Sql::rewind | function | core/ |
Implementation of \Iterator::rewind(). |
| Sql::saveIdMapping | function | core/ |
Saves a mapping from the source identifiers to the destination identifiers. |
| Sql::saveMessage | function | core/ |
Saves a message related to a source record in the migration message table. |
| Sql::setCountField | function | core/ |
Set what field the query will count() on for paging. |
| Sql::setDistinct | function | core/ |
Set the view to be distinct (per base field). |
| Sql::setFieldTimezoneOffset | function | core/ |
Applies a timezone offset to the given field. |
| Sql::setMessage | function | core/ |
Sets the migrate message service. |
| Sql::setUpdate | function | core/ |
Sets a specified record to be updated, if it exists. |
| Sql::setupTimezone | function | core/ |
Set the database to the current user timezone. |
| Sql::sourceIdFields | function | core/ |
The source ID fields. |
| Sql::SOURCE_IDS_HASH | constant | core/ |
Column name of hashed source id values. |
| 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/ |
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/ |
Checks if requirements for this plugin are OK. |
| SqlBase::count | function | core/ |
Gets the source count. |
| 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::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. |
Pagination
- Previous page
- Page 1130
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.