Search for state
- Search 7.x for state
- Search 8.9.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::__set | function | core/ |
Implements the magic __set() method. |
StatementTest | class | core/ |
Tests the Statement classes. |
StatementTest.php | file | core/ |
|
StatementTest::testGetDeprecatedProperties | function | core/ |
Tests accessing deprecated properties. |
StatementTest::testRepeatedInsertStatementReuse | function | core/ |
Tests that a prepared statement object can be reused for multiple inserts. |
StatementTest::testSetDeprecatedProperties | function | core/ |
Tests writing deprecated properties. |
StatementWrapper | class | core/ |
Implementation of StatementInterface encapsulating PDOStatement. |
StatementWrapper.php | file | core/ |
|
StatementWrapper::$clientStatement | property | core/ |
The client database Statement object. |
StatementWrapper::$connection | property | core/ |
The Drupal database connection object. |
StatementWrapper::$rowCountEnabled | property | core/ |
Is rowCount() execution allowed. |
StatementWrapper::bindColumn | function | core/ |
Bind a column to a PHP variable. |
StatementWrapper::bindParam | function | core/ |
Binds a parameter to the specified variable name. |
StatementWrapper::execute | function | core/ |
|
StatementWrapper::fetch | function | core/ |
|
StatementWrapper::fetchAll | function | core/ |
|
StatementWrapper::fetchAllAssoc | function | core/ |
|
StatementWrapper::fetchAllKeyed | function | core/ |
|
StatementWrapper::fetchAssoc | function | core/ |
|
StatementWrapper::fetchCol | function | core/ |
|
StatementWrapper::fetchField | function | core/ |
|
StatementWrapper::fetchObject | function | core/ |
|
StatementWrapper::getClientStatement | function | core/ |
Returns the client-level database statement object. |
StatementWrapper::getConnectionTarget | function | core/ |
|
StatementWrapper::getIterator | function | core/ |
#[\ReturnTypeWillChange] |
StatementWrapper::getQueryString | function | core/ |
|
StatementWrapper::rowCount | function | core/ |
|
StatementWrapper::setFetchMode | function | core/ |
|
StatementWrapper::__call | function | core/ |
Implements the magic __call() method. |
StatementWrapper::__construct | function | core/ |
Constructs a StatementWrapper object. |
StatementWrapper::__get | function | core/ |
Implements the magic __get() method. |
StatementWrapper::__set | function | core/ |
Implements the magic __set() method. |
StatementWrapperLegacyTest | class | core/ |
Tests the deprecations of the StatementWrapper class. |
StatementWrapperLegacyTest.php | file | core/ |
|
StatementWrapperLegacyTest::$statement | property | core/ |
|
StatementWrapperLegacyTest::setUp | function | core/ |
|
StatementWrapperLegacyTest::testBindColumn | function | core/ |
@covers ::bindColumn[[api-linebreak]] |
StatementWrapperLegacyTest::testBindParam | function | core/ |
@covers ::bindParam[[api-linebreak]] |
StatementWrapperLegacyTest::testClientStatementMethod | function | core/ |
Tests calling an existing \PDOStatement method. |
StatementWrapperLegacyTest::testMissingMethod | function | core/ |
Tests calling a non existing \PDOStatement method. |
StatementWrapperLegacyTest::testQueryString | function | core/ |
@covers ::getQueryString[[api-linebreak]] |
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. |
Pagination
- Previous page
- Page 25
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.