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::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/migrate/src/Plugin/migrate/source/SqlBase.php Sources whose data may be fetched via a database connection.
SqlBase class core/modules/views/src/Plugin/views/pager/SqlBase.php A common base class for sql based pager.
SqlBase.php file core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase.php file core/modules/migrate/src/Plugin/migrate/source/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::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::doCount function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Gets the source count using countQuery().
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.
SqlBase::query function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
SqlBase::query function core/modules/views/src/Plugin/views/pager/SqlBase.php Modify the query for paging.
SqlBase::rewind function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Rewinds the iterator.
SqlBase::select function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Wrapper for database select.
SqlBase::setCurrentPage function core/modules/views/src/Plugin/views/pager/SqlBase.php Set the current page.
SqlBase::setUpDatabase function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Gets a connection to the referenced database.
SqlBase::updatePageInfo function core/modules/views/src/Plugin/views/pager/SqlBase.php Update global paging info.
SqlBase::usesExposed function core/modules/views/src/Plugin/views/pager/SqlBase.php
SqlBase::validateOptionsForm function core/modules/views/src/Plugin/views/pager/SqlBase.php Provide the default form for validating options.
SqlBase::__construct function core/modules/views/src/Plugin/views/pager/SqlBase.php Constructs a SqlBase object.
SqlBase::__construct function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Constructs a \Drupal\Component\Plugin\PluginBase object.
SqlBase::__sleep function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
SqlBase::__toString function core/modules/migrate/src/Plugin/migrate/source/SqlBase.php Prints the query string when the object is used as a string.
SqlBaseTest class core/modules/migrate/tests/src/Unit/SqlBaseTest.php Tests the SqlBase class.

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