Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| StagedDBUpdateValidatorTest | class | core/ |
Tests Staged DBUpdate Validator. |
| StagedDBUpdateValidatorTest.php | file | core/ |
|
| StagedDBUpdateValidatorTest::providerStagedDatabaseUpdate | function | core/ |
Data provider for ::testStagedDatabaseUpdates(). |
| StagedDBUpdateValidatorTest::setUp | function | core/ |
|
| StagedDBUpdateValidatorTest::testStagedDatabaseUpdate | function | core/ |
Tests validation of staged database updates. |
| StagedDBUpdateValidatorTest::testUnclaimedStage | function | core/ |
Tests that the validator disregards unclaimed stages. |
| StageEventsTest::testExceptionIfNoErrorBeforeStopPropagation | function | core/ |
Tests exception is thrown if error is not added before stopPropagation(). |
| 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/ |
Clears all queued manipulation items. |
| StageFixtureManipulator::commitChanges | function | core/ |
Commits the changes to the directory. |
| StageFixtureManipulator::getQueuedManipulationItems | function | core/ |
Gets all queued manipulation items. |
| StageFixtureManipulator::handleTearDown | function | core/ |
Handles test tear down to ensure all changes were committed. |
| StageFixtureManipulator::queueManipulation | function | core/ |
Queues manipulation arguments to be called in ::doCommitChanges(). |
| StageFixtureManipulator::STATE_KEY | constant | core/ |
The state key to use. |
| StageFixtureManipulator::__construct | function | core/ |
Constructions a StageFixtureManipulator object. |
| StageFixtureManipulator::__destruct | function | core/ |
Ensure that changes were committed before object is destroyed. |
| 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/ |
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. |
Pagination
- Previous page
- Page 228
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.