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 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
StatementPrefetchIterator::fetchCol function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Returns an entire single column of a result set as an indexed array.
StatementPrefetchIterator::fetchColumn function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php
StatementPrefetchIterator::fetchField function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Returns a single field from the next record of a result set.
StatementPrefetchIterator::fetchObject function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Fetches the next row and returns it as an object.
StatementPrefetchIterator::getConnectionTarget function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Returns the target connection this statement is associated with.
StatementPrefetchIterator::getQueryString function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Gets the query string of this statement.
StatementPrefetchIterator::getStatement function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Grab a PDOStatement object from a given query and its arguments.
StatementPrefetchIterator::rowCount function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Returns the number of rows matched by the last SQL statement.
StatementPrefetchIterator::setFetchMode function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Sets the default fetch mode for this statement.
StatementPrefetchIterator::throwPDOException function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Throw a PDO Exception based on the last PDO error.
StatementPrefetchIterator::__construct function core/lib/Drupal/Core/Database/StatementPrefetchIterator.php Constructs a StatementPrefetchIterator object.
StatementWrapper::getIterator function core/lib/Drupal/Core/Database/StatementWrapper.php #[\ReturnTypeWillChange]
StatementWrapperIterator class core/lib/Drupal/Core/Database/StatementWrapperIterator.php StatementInterface iterator implementation.
StatementWrapperIterator.php file core/lib/Drupal/Core/Database/StatementWrapperIterator.php
StatementWrapperIterator::$clientStatement property core/lib/Drupal/Core/Database/StatementWrapperIterator.php The client database Statement object.
StatementWrapperIterator::execute function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Executes a prepared statement.
StatementWrapperIterator::fetch function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Fetches the next row from a result set.
StatementWrapperIterator::fetchAll function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Returns an array containing all of the result set rows.
StatementWrapperIterator::fetchAllAssoc function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Returns the result set as an associative array keyed by the given field.
StatementWrapperIterator::fetchAllKeyed function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Returns the entire result set as a single associative array.
StatementWrapperIterator::fetchAssoc function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Fetches the next row and returns it as an associative array.
StatementWrapperIterator::fetchCol function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Returns an entire single column of a result set as an indexed array.
StatementWrapperIterator::fetchField function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Returns a single field from the next record of a result set.
StatementWrapperIterator::fetchObject function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Fetches the next row and returns it as an object.
StatementWrapperIterator::getClientStatement function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Returns the client-level database statement object.
StatementWrapperIterator::getConnectionTarget function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Returns the target connection this statement is associated with.
StatementWrapperIterator::getQueryString function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Gets the query string of this statement.
StatementWrapperIterator::rowCount function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Returns the number of rows matched by the last SQL statement.
StatementWrapperIterator::setFetchMode function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Sets the default fetch mode for this statement.
StatementWrapperIterator::__construct function core/lib/Drupal/Core/Database/StatementWrapperIterator.php Constructs a StatementWrapperIterator object.
StateTest::testCanTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::canTransitionTo[[api-linebreak]]
StateTest::testGetTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitionTo[[api-linebreak]]
StateTest::testGetTransitionToException function core/modules/workflows/tests/src/Unit/StateTest.php @covers ::getTransitionTo[[api-linebreak]]
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.
StaticDiscoveryDecorator::$registerDefinitions property core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php A callback or closure used for registering additional definitions.
StaticDiscoveryDecorator::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php
StaticDiscoveryDecorator::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php Gets the definition of all plugins for this type.
StaticDiscoveryDecorator::__call function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php Passes through all unknown calls onto the decorated object.
StaticDiscoveryDecorator::__construct function core/lib/Drupal/Component/Plugin/Discovery/StaticDiscoveryDecorator.php Constructs a \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator object.
StaticDiscoveryDecoratorTest class core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php @group Plugin
@coversDefaultClass \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator[[api-linebreak]]
StaticDiscoveryDecoratorTest.php file core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
StaticDiscoveryDecoratorTest::getRegisterDefinitionsCallback function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Helper method to provide a mocked callback object with expectations.
StaticDiscoveryDecoratorTest::providerCall function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testCall().
StaticDiscoveryDecoratorTest::providerGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testGetDefinitions().
StaticDiscoveryDecoratorTest::providerGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testGetDefinitions().
StaticDiscoveryDecoratorTest::testCall function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php @covers ::__call[[api-linebreak]]
@dataProvider providerCall
StaticDiscoveryDecoratorTest::testGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php @covers ::getDefinition[[api-linebreak]]
@dataProvider providerGetDefinition
StaticDiscoveryDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php @covers ::getDefinitions[[api-linebreak]]
@dataProvider providerGetDefinitions

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