Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
SqlContentEntityStorageTest::testLoadMultiplePersistentCached function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple[[api-linebreak]]
@covers ::buildCacheId[[api-linebreak]]
@covers ::getFromPersistentCache[[api-linebreak]]
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php @covers ::doLoadMultiple[[api-linebreak]]
@covers ::buildCacheId[[api-linebreak]]
@covers ::getFromPersistentCache[[api-linebreak]]
@covers ::setPersistentCache[[api-linebreak]]
SqlContentEntityStorageTest::testOnEntityTypeCreate function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests ContentEntityDatabaseStorage::onEntityTypeCreate().
SqlContentEntityStorageTest::testSetTableMapping function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests that setting a new table mapping also updates the table names.
SqlContentEntityStorageTestEntityInterface class core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides an entity with dummy implementations of static methods.
SqlContentEntityStorageTestEntityInterface::postLoad function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Acts on loaded entities.
SqlDeprecationTest::testOptionalParametersDeprecation function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlDeprecationTest.php @covers \Drupal\migrate\Plugin\migrate\id_map\Sql::__construct[[api-linebreak]]
SqlEntityStorageInterface interface core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php A common interface for SQL-based entity storage implementations.
SqlEntityStorageInterface.php file core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php
SqlEntityStorageInterface::getTableMapping function core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php Gets a table mapping for the entity's SQL tables.
SSH::copyDirectoryJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Copies a directory.
SSH::createDirectoryJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Creates a directory.
SSH::factory function core/lib/Drupal/Core/FileTransfer/SSH.php Defines a factory method for this class.
SSH::isDirectory function core/lib/Drupal/Core/FileTransfer/SSH.php Implements Drupal\Core\FileTransfer\FileTransfer::isDirectory().
SSH::removeDirectoryJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Removes a directory.
Stable9LibraryOverrideTest::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php A list of libraries to skip checking, in the format extension/library_name.
Stable9TemplateOverrideTest::$templatesToSkip property core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php An array of template names to skip, without the extension.
StableLibraryOverrideTestBase::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php A list of libraries to skip checking, in the format extension/library_name.
State::$keyValueStore property core/lib/Drupal/Core/State/State.php The key value store to use.
State::canTransitionTo function core/modules/workflows/src/State.php Determines if the state can transition to the provided state ID.
State::getTransitionTo function core/modules/workflows/src/State.php Gets the Transition object for the provided state ID.
StateInterface::canTransitionTo function core/modules/workflows/src/StateInterface.php Determines if the state can transition to the provided state ID.
StateInterface::getTransitionTo function core/modules/workflows/src/StateInterface.php Gets the Transition object for the provided state ID.
StatementIteratorTrait trait core/lib/Drupal/Core/Database/StatementIteratorTrait.php StatementInterface iterator trait.
StatementIteratorTrait.php file core/lib/Drupal/Core/Database/StatementIteratorTrait.php
StatementIteratorTrait::$isResultsetIterable property core/lib/Drupal/Core/Database/StatementIteratorTrait.php Traces if rows can be fetched from the resultset.
StatementIteratorTrait::$resultsetKey property core/lib/Drupal/Core/Database/StatementIteratorTrait.php The key of the current row.
StatementIteratorTrait::$resultsetRow property core/lib/Drupal/Core/Database/StatementIteratorTrait.php The current row, retrieved in the current fetch format.
StatementIteratorTrait::current function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Returns the current element.
StatementIteratorTrait::getResultsetCurrentRowIndex function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Returns the row index of the current element in the resultset.
StatementIteratorTrait::key function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Returns the key of the current element.
StatementIteratorTrait::markResultsetFetchingComplete function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Informs the iterator that no more rows can be fetched from the resultset.
StatementIteratorTrait::markResultsetIterable function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Informs the iterator whether rows can be fetched from the resultset.
StatementIteratorTrait::next function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Moves the current position to the next element.
StatementIteratorTrait::rewind function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Rewinds back to the first element of the Iterator.
StatementIteratorTrait::setResultsetCurrentRow function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Sets the current resultset row for the iterator, and increments the key.
StatementIteratorTrait::valid function core/lib/Drupal/Core/Database/StatementIteratorTrait.php Checks if current position is valid.
StatementPrefetchIterator class core/lib/Drupal/Core/Database/StatementPrefetchIterator.php An implementation of StatementInterface that prefetches all data.
StatementPrefetchIterator.php file core/lib/Drupal/Core/Database/StatementPrefetchIterator.php
StatementPrefetchIterator::$columnNames property core/lib/Drupal/Core/Database/StatementPrefetchIterator.php The list of column names in this result set.
StatementPrefetchIterator::$data property core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Main data store.
StatementPrefetchIterator::$defaultFetchStyle property core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Holds the default fetch style.
StatementPrefetchIterator::$fetchOptions property core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Holds fetch options.
StatementPrefetchIterator::$rowCount property core/lib/Drupal/Core/Database/StatementPrefetchIterator.php The number of rows matched by the last query.
StatementPrefetchIterator::execute function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Executes a prepared statement.
StatementPrefetchIterator::fetch function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Fetches the next row from a result set.
StatementPrefetchIterator::fetchAll function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Returns an array containing all of the result set rows.
StatementPrefetchIterator::fetchAllAssoc function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Returns the result set as an associative array keyed by the given field.
StatementPrefetchIterator::fetchAllKeyed function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Returns the entire result set as a single associative array.
StatementPrefetchIterator::fetchAssoc function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Fetches the next row and returns it as an associative array.

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