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