Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| StatementPrefetch::$dbh | property | core/ |
Reference to the Drupal database connection object for this statement. |
| StatementPrefetch::$defaultFetchOptions | property | core/ |
Holds supplementary default fetch options. |
| StatementPrefetch::$defaultFetchStyle | property | core/ |
Holds the default fetch style. |
| StatementPrefetch::$driverOptions | property | core/ |
Driver-specific options. Can be used by child classes. |
| StatementPrefetch::$fetchOptions | property | core/ |
Holds supplementary current fetch options (which will be used by the next fetch). |
| StatementPrefetch::$fetchStyle | property | core/ |
Holds the current fetch style (which will be used by the next fetch). |
| StatementPrefetch::$pdoConnection | property | core/ |
Reference to the PDO connection object for this statement. |
| StatementPrefetch::$queryString | property | core/ |
The query string. |
| StatementPrefetch::$resultRowCount | property | core/ |
The number of rows in this result set. |
| StatementPrefetch::$rowCount | property | core/ |
The number of rows affected by the last query. |
| StatementPrefetch::current | function | core/ |
Return the current row formatted according to the current fetch style. |
| StatementPrefetch::execute | function | core/ |
Executes a prepared statement |
| StatementPrefetch::fetch | function | core/ |
Fetches the next row from a result set. |
| StatementPrefetch::fetchAll | function | core/ |
Returns an array containing all of the result set rows. |
| StatementPrefetch::fetchAllAssoc | function | core/ |
Returns the result set as an associative array keyed by the given field. |
| StatementPrefetch::fetchAllKeyed | function | core/ |
Returns the entire result set as a single associative array. |
| StatementPrefetch::fetchAssoc | function | core/ |
Fetches the next row and returns it as an associative array. |
| StatementPrefetch::fetchCol | function | core/ |
Returns an entire single column of a result set as an indexed array. |
| StatementPrefetch::fetchColumn | function | core/ |
|
| StatementPrefetch::fetchField | function | core/ |
Returns a single field from the next record of a result set. |
| StatementPrefetch::fetchObject | function | core/ |
Fetches the next row and returns it as an object. |
| StatementPrefetch::getQueryString | function | core/ |
Gets the query string of this statement. |
| StatementPrefetch::getStatement | function | core/ |
Grab a PDOStatement object from a given query and its arguments. |
| StatementPrefetch::key | function | core/ |
|
| StatementPrefetch::next | function | core/ |
|
| StatementPrefetch::rewind | function | core/ |
|
| StatementPrefetch::rowCount | function | core/ |
Returns the number of rows affected by the last SQL statement. |
| StatementPrefetch::setFetchMode | function | core/ |
Sets the default fetch mode for this statement. |
| StatementPrefetch::throwPDOException | function | core/ |
Throw a PDO Exception based on the last PDO error. |
| StatementPrefetch::valid | function | core/ |
|
| StatementPrefetch::__construct | function | core/ |
|
| 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. |
Pagination
- Previous page
- Page 1144
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.