Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StageEventsTest::testPackageListsAvailableToRequireEvents | function | core/ |
Tests that pre- and post-require events have access to the package lists. |
| StageFixtureManipulator | class | core/ |
A fixture manipulator service that commits changes after begin. |
| StageFixtureManipulator.php | file | core/ |
|
| StageFixtureManipulator::$inner | property | core/ |
The decorated service. |
| StageFixtureManipulator::$state | property | core/ |
The state service. |
| StageFixtureManipulator::begin | function | core/ |
|
| StageFixtureManipulator::clearQueuedManipulationItems | function | core/ |
|
| StageFixtureManipulator::commitChanges | function | core/ |
|
| StageFixtureManipulator::getQueuedManipulationItems | function | core/ |
|
| StageFixtureManipulator::handleTearDown | function | core/ |
Handles test tear down to ensure all changes were committed. |
| StageFixtureManipulator::queueManipulation | function | core/ |
|
| StageFixtureManipulator::STATE_KEY | constant | core/ |
The state key to use. |
| StageFixtureManipulator::__construct | function | core/ |
Constructions a StageFixtureManipulator object. |
| StageFixtureManipulator::__destruct | function | core/ |
|
| StageOwnershipTest::assertOwnershipIsEnforced | function | core/ |
Asserts that ownership is enforced across stage directories. |
| StageOwnershipTest::testOwnershipEnforcedWhenLoggedIn | function | core/ |
Tests only the owner of stage can perform operations. |
| StageOwnershipTest::testOwnershipEnforcedWhenLoggedOut | function | core/ |
Tests only the owner of stage can perform operations, even if logged out. |
| StageOwnershipTest::testStageOwnedByCreator | function | core/ |
Tests that the stage is owned by the person who calls create() on it. |
| State::$keyValueStore | property | core/ |
The key value store to use. |
| State::canTransitionTo | function | core/ |
|
| State::getTransitionTo | function | core/ |
|
| 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::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. |
| 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::$keyValueStorage | property | core/ |
The key value store. |
| StateTest::setUpStateWithMockStorage | function | core/ |
Initializes the $state with mock key-value storage. |
Pagination
- Previous page
- Page 230
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.