Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::execute | function | core/ |
|
| StatementPrefetchIterator::getClientStatement | function | core/ |
Returns the client-level database PDO statement object. |
| StatementPrefetchIterator::getStatement | function | core/ |
Grab a PDOStatement object from a given query and its arguments. |
| StatementPrefetchIterator::__construct | function | core/ |
Constructs a StatementPrefetchIterator object. |
| StatementTest | class | core/ |
Tests the Statement classes. |
| StatementTest.php | file | core/ |
|
| StatementTest::testEmptyStatementCountTwice | function | core/ |
Tests statement with no results counting twice. |
| StatementTest::testEmptyStatementRewind | function | core/ |
Tests empty statement rewinding. |
| StatementTest::testIteratedStatementFetch | function | core/ |
Tests statement fetching after a full traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAll | function | core/ |
Tests statement fetchAll after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAllAssoc | function | core/ |
Tests statement fetchAllAssoc after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchAllKeyed | function | core/ |
Tests statement fetchAllKeyed after a partial traversal. |
| StatementTest::testPartiallyIteratedStatementFetchCol | function | core/ |
Tests statement fetchCol after a partial traversal. |
| StatementTest::testRepeatedInsertStatementReuse | function | core/ |
Tests that a prepared statement object can be reused for multiple inserts. |
| StatementTest::testStatementCountTwice | function | core/ |
Tests counting a statement twice. |
| StatementTest::testStatementForeachTwice | function | core/ |
Tests a follow-on iteration on a statement using foreach. |
| StatementTest::testStatementRewind | function | core/ |
Tests statement rewinding. |
| StatementWrapperIterator | class | core/ |
StatementInterface iterator implementation. |
| StatementWrapperIterator.php | file | core/ |
|
| StatementWrapperIterator::execute | function | core/ |
|
| StatementWrapperIterator::getClientStatement | function | core/ |
Returns the client-level database PDO statement object. |
| StatementWrapperIterator::__construct | function | core/ |
Constructs a StatementWrapperIterator object. |
| StateTest | class | core/ |
Tests Drupal\workflows\State. |
| StateTest | class | core/ |
Tests Drupal\Core\State\State. |
| StateTest.php | file | core/ |
|
| StateTest.php | file | core/ |
|
| StateTest::$keyValueStorage | property | core/ |
The key value store. |
| StateTest::$state | property | core/ |
The tested state. |
| StateTest::doSetUpState | function | core/ |
Initializes the $state. |
| StateTest::setUpState | function | core/ |
Initializes the $state with stub key-value storage. |
| StateTest::setUpStateWithMockStorage | function | core/ |
Initializes the $state with mock key-value storage. |
| StateTest::testCanTransitionTo | function | core/ |
Tests can transition to. |
| StateTest::testDelete | function | core/ |
Tests both delete() & deleteMultiple() method. |
| StateTest::testDeleteAfterGet | function | core/ |
Tests both get() & delete() method. |
Pagination
- Previous page
- Page 1510
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.