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 10.3.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
StageFixtureManipulator::__construct function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Constructions a StageFixtureManipulator object.
StageFixtureManipulator::__destruct function core/modules/package_manager/tests/modules/fixture_manipulator/src/StageFixtureManipulator.php Ensure that changes were committed before object is destroyed.
StageOwnershipTest::assertOwnershipIsEnforced function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Asserts that ownership is enforced across stage directories.
StageOwnershipTest::testOwnershipEnforcedWhenLoggedIn function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests only the owner of stage can perform operations.
StageOwnershipTest::testOwnershipEnforcedWhenLoggedOut function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests only the owner of stage can perform operations, even if logged out.
StageOwnershipTest::testStageOwnedByCreator function core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php Tests that the stage is owned by the person who calls create() on it.
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::$defaultFetchMode property core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Holds the default fetch mode.
StatementPrefetchIterator::$defaultFetchStyle property core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Holds the default fetch style.
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::fetchColumn function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php
StatementPrefetchIterator::getClientStatement function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Returns the client-level database PDO statement object.
StatementPrefetchIterator::getStatement function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Grab a PDOStatement object from a given query and its arguments.
StatementPrefetchIterator::__construct function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Constructs a StatementPrefetchIterator object.
StatementWrapperIterator class core/lib/Drupal/Core/Database/StatementWrapperIterator.php StatementInterface iterator implementation.
StatementWrapperIterator.php file core/lib/Drupal/Core/Database/StatementWrapperIterator.php
StatementWrapperIterator::$defaultFetchMode property core/lib/Drupal/Core/Database/StatementWrapperIterator.php Holds the default fetch mode.
StatementWrapperIterator::execute function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Executes a prepared statement.
StatementWrapperIterator::getClientStatement function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Returns the client-level database PDO statement object.
StatementWrapperIterator::__construct function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Constructs a StatementWrapperIterator object.
StateTest::$keyValueStorage property core/tests/Drupal/Tests/Core/State/StateTest.php The mocked key value store.
StateTest::testCanTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php Tests can transition to.
StateTest::testGetTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transition to.
StateTest::testGetTransitionToException function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transition to exception.
StaticDiscoveryDecorator class core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php A decorator that allows manual registration of undiscoverable definitions.
StaticDiscoveryDecorator.php file core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php
StaticDiscoveryDecorator::$decorated property core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php The Discovery object being decorated.

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