Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
Sql::currentDestination function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Looks up the destination identifier currently being iterated.
Sql::currentSource function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Looks up the source identifier(s) currently being iterated.
Sql::defineOptions function core/modules/views/src/Plugin/views/query/Sql.php Information about options for all kinds of purposes will be held here.
Sql::delete function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Deletes the map and message entries for a given source record.
Sql::deleteDestination function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Deletes the map and message table entries for a given destination row.
Sql::destinationIdFields function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The destination ID fields.
Sql::destroy function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Removes any persistent storage used by this map.
Sql::ensurePath function core/modules/views/src/Plugin/views/query/Sql.php 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/modules/views/src/Plugin/views/query/Sql.php 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/modules/migrate/src/Plugin/migrate/id_map/Sql.php Create the map and message tables if they don't already exist.
Sql::errorCount function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the number of items that failed to import.
Sql::execute function core/modules/views/src/Plugin/views/query/Sql.php Executes the query and fills the associated view object with according
values.
Sql::getAggregationInfo function core/modules/views/src/Plugin/views/query/Sql.php Get aggregation info for group by queries.
Sql::getAllEntities function core/modules/views/src/Plugin/views/query/Sql.php Gets all the involved entities of the view.
Sql::getCacheMaxAge function core/modules/views/src/Plugin/views/query/Sql.php The maximum age for which this object may be cached.
Sql::getCacheTags function core/modules/views/src/Plugin/views/query/Sql.php The cache tags associated with this object.
Sql::getDatabase function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Gets the database connection.
Sql::getDateField function core/modules/views/src/Plugin/views/query/Sql.php Returns a Unix timestamp to database native timestamp expression.
Sql::getDateFormat function core/modules/views/src/Plugin/views/query/Sql.php Creates cross-database date formatting.
Sql::getFieldAlias function core/modules/views/src/Plugin/views/query/Sql.php Returns the alias for the given field added to $table.
Sql::getFieldSchema function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Creates schema from an ID definition.
Sql::getHighestId function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the highest ID tracked by the implementing plugin.
Sql::getJoinData function core/modules/views/src/Plugin/views/query/Sql.php Retrieve join data from the larger join data cache.
Sql::getMessageIterator function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves an iterator over messages relate to source records.
Sql::getMessages function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves a traversable object of messages related to source records.
Sql::getMigrationPluginManager function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the migration plugin manager.
Sql::getNonAggregates function core/modules/views/src/Plugin/views/query/Sql.php Returns a list of non-aggregates to be added to the "group by" clause.
Sql::getQualifiedMapTableName function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Get the fully qualified map table name.
Sql::getRowByDestination function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves a row by the destination identifiers.
Sql::getRowBySource function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves a row from the map table based on source identifier values.
Sql::getRowsNeedingUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves an array of map rows marked as needing update.
Sql::getSourceIdsHash function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves the hash of the source identifier values.
Sql::getTableInfo function core/modules/views/src/Plugin/views/query/Sql.php Get the information associated with a table.
Sql::getTableQueue function core/modules/views/src/Plugin/views/query/Sql.php Returns a reference to the table queue array for this query.
Sql::getWhereArgs function core/modules/views/src/Plugin/views/query/Sql.php Get the arguments attached to the WHERE and HAVING clauses of this query.
Sql::importedCount function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the number of imported items in the map.
Sql::init function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Initialize the plugin.
Sql::init function core/modules/views/src/Plugin/views/query/Sql.php Initialize the plugin.
Sql::key function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Implementation of \Iterator::key().
Sql::loadEntities function core/modules/views/src/Plugin/views/query/Sql.php 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/modules/migrate/src/Plugin/migrate/id_map/Sql.php Looks up the destination identifier corresponding to a source key.
Sql::lookupDestinationIds function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Looks up the destination identifiers corresponding to a source key.
Sql::lookupSourceId function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Looks up the source identifier.
Sql::mapTableName function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The name of the database map table.
Sql::markTable function core/modules/views/src/Plugin/views/query/Sql.php
Sql::messageCount function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the number of messages saved.
Sql::messageTableName function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The name of the database message table.
Sql::next function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Implementation of \Iterator::next().
Sql::placeholder function core/modules/views/src/Plugin/views/query/Sql.php Generates a unique placeholder used in the db query.
Sql::prepareUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Prepares to run a full update.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.