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