Search for state
- Search 7.x for state
- Search 9.5.x for state
- Search 10.3.x for state
- Search 11.x for state
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
State | class | core/ |
A value object representing a workflow state. |
state | service | core/ |
Drupal\Core\State\State |
State | class | core/ |
Provides the state system using a key value store. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
StatementPrefetch::$allowRowCount | property | core/ |
Is rowCount() execution allowed. |
StatementPrefetch::$columnNames | property | core/ |
The list of column names in this result set. |
StatementPrefetch::$currentKey | property | core/ |
The key of the current row. |
StatementPrefetch::$currentRow | property | core/ |
The current row, retrieved in \PDO::FETCH_ASSOC format. |
StatementPrefetch::$data | property | core/ |
Main data store. |
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/ |
|
StatementPrefetch::fetch | function | core/ |
|
StatementPrefetch::fetchAll | function | core/ |
|
StatementPrefetch::fetchAllAssoc | function | core/ |
|
StatementPrefetch::fetchAllKeyed | function | core/ |
|
StatementPrefetch::fetchAssoc | function | core/ |
|
StatementPrefetch::fetchCol | function | core/ |
|
StatementPrefetch::fetchColumn | function | core/ |
|
StatementPrefetch::fetchField | function | core/ |
|
StatementPrefetch::fetchObject | function | core/ |
|
StatementPrefetch::getQueryString | function | core/ |
|
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/ |
|
StatementPrefetch::setFetchMode | function | core/ |
|
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/ |
|
StateTransitionValidation::isTransitionValid | function | core/ |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.