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::currentDestination | function | core/ |
Looks up the destination identifier currently being iterated. |
| Sql::currentSource | function | core/ |
Looks up the source identifier(s) currently being iterated. |
| Sql::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| Sql::delete | function | core/ |
Deletes the map and message entries for a given source record. |
| Sql::deleteDestination | function | core/ |
Deletes the map and message table entries for a given destination row. |
| Sql::destinationIdFields | function | core/ |
The destination ID fields. |
| Sql::destroy | function | core/ |
Removes any persistent storage used by this map. |
| Sql::ensurePath | function | core/ |
Make sure that the specified table can be properly linked to the primary table in the JOINs. This function uses recursion. If the tables needed to complete the path back to the primary table are not in the query they will be added, but additional… |
| Sql::ensureTable | function | core/ |
Ensure a table exists in the queue; if it already exists it won't do anything, but if it doesn't it will add the table queue. It will ensure a path leads back to the relationship table. |
| Sql::ensureTables | function | core/ |
Create the map and message tables if they don't already exist. |
| Sql::errorCount | function | core/ |
Returns the number of items that failed to import. |
| Sql::execute | function | core/ |
Executes the query and fills the associated view object with according values. |
| Sql::getAggregationInfo | function | core/ |
Get aggregation info for group by queries. |
| 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::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::getMessageIterator | function | core/ |
Retrieves an iterator over messages relate to source records. |
| 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. . If the entity belongs to the base table, then it gets stored in $result->_entity. Otherwise, it gets stored in $result->_relationship_entities[$relationship_id]; |
| Sql::lookupDestinationId | function | core/ |
Looks up the destination identifier corresponding to a source key. |
| 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. |
Pagination
- Previous page
- Page 1129
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.