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::getAllEntities | function | core/ |
Gets all the involved entities of the view. |
| Sql::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| Sql::getCacheTags | function | core/ |
The cache tags associated with this object. |
| Sql::getConnection | function | core/ |
Gets the database connection to use for the view. |
| Sql::getDatabase | function | core/ |
Gets the database connection. |
| Sql::getDateField | function | core/ |
Returns a Unix timestamp to database native timestamp expression. |
| Sql::getDateFormat | function | core/ |
Creates cross-database date formatting. |
| Sql::getFieldAlias | function | core/ |
Returns the alias for the given field added to $table. |
| Sql::getFieldSchema | function | core/ |
Creates schema from an ID definition. |
| Sql::getHighestId | function | core/ |
Returns the highest ID tracked by the implementing plugin. |
| Sql::getJoinData | function | core/ |
Retrieve join data from the larger join data cache. |
| Sql::getMessages | function | core/ |
Retrieves a traversable object of messages related to source records. |
| Sql::getMigrationPluginManager | function | core/ |
Returns the migration plugin manager. |
| Sql::getNonAggregates | function | core/ |
Returns a list of non-aggregates to be added to the "group by" clause. |
| Sql::getQualifiedMapTableName | function | core/ |
Get the fully qualified map table name. |
| Sql::getRowByDestination | function | core/ |
Retrieves a row by the destination identifiers. |
| Sql::getRowBySource | function | core/ |
Retrieves a row from the map table based on source identifier values. |
| Sql::getRowsNeedingUpdate | function | core/ |
Retrieves an array of map rows marked as needing update. |
| Sql::getSourceIdsHash | function | core/ |
Retrieves the hash of the source identifier values. |
| Sql::getTableInfo | function | core/ |
Get the information associated with a table. |
| Sql::getTableQueue | function | core/ |
Returns a reference to the table queue array for this query. |
| Sql::getWhereArgs | function | core/ |
Get the arguments attached to the WHERE and HAVING clauses of this query. |
| Sql::importedCount | function | core/ |
Returns the number of imported items in the map. |
| Sql::init | function | core/ |
Initialize the plugin. |
| Sql::init | function | core/ |
Initialize the plugin. |
| Sql::key | function | core/ |
Implementation of \Iterator::key(). |
| Sql::loadEntities | function | core/ |
Loads all entities contained in the passed-in $results. |
| Sql::lookupDestinationIds | function | core/ |
Looks up the destination identifiers corresponding to a source key. |
| Sql::lookupSourceId | function | core/ |
Looks up the source identifier. |
| Sql::mapTableName | function | core/ |
The name of the database map table. |
| Sql::markTable | function | core/ |
|
| Sql::messageCount | function | core/ |
Returns the number of messages saved. |
| Sql::messageTableName | function | core/ |
The name of the database message table. |
| Sql::next | function | core/ |
Implementation of \Iterator::next(). |
| Sql::placeholder | function | core/ |
Generates a unique placeholder used in the db query. |
| Sql::prepareUpdate | function | core/ |
Prepares to run a full update. |
| Sql::processedCount | function | core/ |
Returns the number of processed items in the map. |
| Sql::query | function | core/ |
Generates a query and count query from all of the information supplied. |
| 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. |
Pagination
- Previous page
- Page 1188
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.