Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StatementWrapper::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
| StatementWrapper::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementWrapper::getClientStatement | function | core/ |
Returns the client-level database statement object. |
| StatementWrapper::getConnectionTarget | function | core/ |
Returns the target connection this statement is associated with. |
| StatementWrapper::getIterator | function | core/ |
#[\ReturnTypeWillChange] |
| StatementWrapper::getQueryString | function | core/ |
Gets the query string of this statement. |
| StatementWrapper::rowCount | function | core/ |
Returns the number of rows matched by the last SQL statement. |
| StatementWrapper::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| StatementWrapper::__construct | function | core/ |
Constructs a StatementWrapper object. |
| 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 | class | core/ |
@coversDefaultClass \Drupal\workflows\State[[api-linebreak]] |
| StateTest.php | file | core/ |
|
| StateTest::testCanTransitionTo | function | core/ |
@covers ::canTransitionTo[[api-linebreak]] |
| StateTest::testGetters | function | core/ |
@covers ::__construct[[api-linebreak]] @covers ::id[[api-linebreak]] @covers ::label[[api-linebreak]] @covers ::weight[[api-linebreak]] |
| StateTest::testGetTransitions | function | core/ |
@covers ::getTransitions[[api-linebreak]] |
| StateTest::testGetTransitionTo | function | core/ |
@covers ::getTransitionTo[[api-linebreak]] |
| StateTest::testGetTransitionToException | function | core/ |
@covers ::getTransitionTo[[api-linebreak]] |
| StateTest::testLabelCallback | function | core/ |
@covers ::labelCallback[[api-linebreak]] |
| StateTransitionValidation | class | core/ |
Validates whether a certain state transition is allowed. |
| StateTransitionValidation.php | file | core/ |
|
| StateTransitionValidation::$moderationInfo | property | core/ |
The moderation information service. |
| StateTransitionValidation::$possibleTransitions | property | core/ |
Stores the possible state transitions. |
| StateTransitionValidation::getValidTransitions | function | core/ |
Gets a list of transitions that are legal for this user on this entity. |
| StateTransitionValidation::isTransitionValid | function | core/ |
Checks if a transition between two states if valid for the given user. |
| StateTransitionValidation::__construct | function | core/ |
Constructs a new StateTransitionValidation. |
| StateTransitionValidationInterface | interface | core/ |
Validates whether a certain state transition is allowed. |
| StateTransitionValidationInterface.php | file | core/ |
|
| StateTransitionValidationInterface::getValidTransitions | function | core/ |
Gets a list of transitions that are legal for this user on this entity. |
| StateTransitionValidationInterface::isTransitionValid | function | core/ |
Checks if a transition between two states if valid for the given user. |
| StateTransitionValidationTest | class | core/ |
@coversDefaultClass \Drupal\content_moderation\StateTransitionValidation[[api-linebreak]] @group content_moderation |
| StateTransitionValidationTest.php | file | core/ |
|
| StateTransitionValidationTest::$workflow | property | core/ |
A test workflow. |
| StateTransitionValidationTest::setUp | function | core/ |
Pagination
- Previous page
- Page 1205
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.