Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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::getConnection function core/modules/views/src/Plugin/views/query/Sql.php Gets the database connection to use for the view.
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::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.
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.
Sql::processedCount function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns the number of processed items in the map.
Sql::query function core/modules/views/src/Plugin/views/query/Sql.php Generates a query and count query from all of the information supplied.
Sql::queueTable function core/modules/views/src/Plugin/views/query/Sql.php Add a table to the query without ensuring the path.
Sql::rewind function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Implementation of \Iterator::rewind().
Sql::saveIdMapping function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Saves a mapping from the source identifiers to the destination identifiers.
Sql::saveMessage function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Saves a message related to a source record in the migration message table.
Sql::setCountField function core/modules/views/src/Plugin/views/query/Sql.php Set what field the query will count() on for paging.
Sql::setDistinct function core/modules/views/src/Plugin/views/query/Sql.php Set the view to be distinct (per base field).
Sql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/Sql.php Applies a timezone offset to the given field.
Sql::setMessage function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Sets the migrate message service.
Sql::setUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Sets a specified record to be updated, if it exists.
Sql::setupTimezone function core/modules/views/src/Plugin/views/query/Sql.php Set the database to the current user timezone.
Sql::sourceIdFields function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php The source ID fields.
Sql::SOURCE_IDS_HASH constant core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Column name of hashed source id values.

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