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 |
|---|---|---|---|
| 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. |
| StateTest::testCanTransitionTo | function | core/ |
Tests can transition to. |
| StateTest::testGetTransitionTo | function | core/ |
Tests get transition to. |
| StateTest::testGetTransitionToException | function | core/ |
Tests get transition to exception. |
| 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/ |
|
| StaticDiscoveryDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| StaticDiscoveryDecorator::__construct | function | core/ |
Constructs StaticDiscoveryDecorator object. |
| StaticDiscoveryDecoratorTest | class | core/ |
Tests Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator. |
| 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/ |
@legacy-covers ::__call |
| StaticDiscoveryDecoratorTest::testGetDefinition | function | core/ |
Tests get definition. |
| StaticDiscoveryDecoratorTest::testGetDefinitions | function | core/ |
Tests get definitions. |
| StaticDiscoveryDecoratorTestMockInterface | interface | core/ |
Interface used in the mocking process of this test. |
| StaticDiscoveryDecoratorTestMockInterface::registerDefinitionsCallback | function | core/ |
Function used in the mocking process of this test. |
| StaticFileCacheBackend::store | function | core/ |
|
| StaticMenuLinkOverrides::$configFactory | property | core/ |
The config factory object. |
| StaticReflectionClass::getConstructor | function | core/ |
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.