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::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 Generate a query and a countquery from all of the information supplied
to the object.
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.
Sql::submitOptionsForm function core/modules/views/src/Plugin/views/query/Sql.php Special submit handling.
Sql::updateCount function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns a count of items which are marked as needing update.
Sql::valid function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Implementation of \Iterator::valid().
Sql::__construct function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Constructs an SQL object.
Sql::__construct function core/modules/views/src/Plugin/views/query/Sql.php Constructs a Sql object.
SqlBase class core/modules/views/src/Plugin/views/pager/SqlBase.php A common base class for sql based pager.
SqlBase class core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Sources whose data may be fetched via a database connection.
SqlBase.php file core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
SqlBase.php file core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase::$batch property core/modules/migrate/src/Plugin/migrate/source/SqlBase.php The count of the number of batches run.
SqlBase::$batchSize property core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Number of records to fetch from the database during each batch.
SqlBase::$database property core/modules/migrate/src/Plugin/migrate/source/SqlBase.php The database object.
SqlBase::$pagerManager property core/modules/views/src/Plugin/views/pager/SqlBase.php The pager manager.
SqlBase::$pagerParameters property core/modules/views/src/Plugin/views/pager/SqlBase.php The pager parameters.
SqlBase::$query property core/modules/migrate/src/Plugin/migrate/source/SqlBase.php The query string.
SqlBase::$state property core/modules/migrate/src/Plugin/migrate/source/SqlBase.php State service for retrieving database info.
SqlBase::buildOptionsForm function core/modules/views/src/Plugin/views/pager/SqlBase.php Provide the default form for setting options.
SqlBase::checkRequirements function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Checks if requirements for this plugin are OK.
SqlBase::count function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Gets the source count.
SqlBase::create function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Creates an instance of the plugin.
SqlBase::create function core/modules/views/src/Plugin/views/pager/SqlBase.php Creates an instance of the plugin.
SqlBase::defineOptions function core/modules/views/src/Plugin/views/pager/SqlBase.php Information about options for all kinds of purposes will be held here.
SqlBase::exposedFormAlter function core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase::exposedFormValidate function core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase::fetchNextBatch function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Prepares query for the next set of data from the source database.
SqlBase::fetchNextRow function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Position the iterator to the following row.
SqlBase::getCacheContexts function core/modules/views/src/Plugin/views/pager/SqlBase.php The cache contexts associated with this object.
SqlBase::getCacheMaxAge function core/modules/views/src/Plugin/views/pager/SqlBase.php The maximum age for which this object may be cached.
SqlBase::getCacheTags function core/modules/views/src/Plugin/views/pager/SqlBase.php The cache tags associated with this object.
SqlBase::getDatabase function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Gets the database connection object.
SqlBase::getPagerTotal function core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase::initializeIterator function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Initializes the iterator with the source data.
SqlBase::isOffsetExposed function core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase::itemsPerPageExposed function core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase::mapJoinable function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Checks if we can join against the map table.
SqlBase::prepareQuery function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Adds tags and metadata to the query.

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