Search for state
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 |
---|---|---|---|
State::set | function | core/ |
Implements \Drupal\Core\Cache\CacheCollectorInterface::set(). |
State::setMultiple | function | core/ |
Saves key/value pairs. |
State::updateCache | function | core/ |
Writes a value to the persistent cache immediately. |
State::weight | function | core/ |
Gets the state's weight. |
State::__construct | function | core/ |
State constructor. |
State::__construct | function | core/ |
Constructs a State object. |
StateFileExistsTest | class | core/ |
Tests that core modules have a migrate_drupal.yml file as needed. |
StateFileExistsTest.php | file | core/ |
|
StateFileExistsTest::$modules | property | core/ |
Modules to install. |
StateFileExistsTest::$stateFileRequired | property | core/ |
Modules that should have a migrate_drupal.yml file. |
StateFileExistsTest::testMigrationState | function | core/ |
Tests that the migrate_drupal.yml files exist as needed. |
StateFormatterTest | class | core/ |
Test the state field formatter. |
StateFormatterTest.php | file | core/ |
|
StateFormatterTest::$modules | property | core/ |
Modules to install. |
StateFormatterTest::formatterTestCases | function | core/ |
Test cases for testStateFieldFormatter(). |
StateFormatterTest::setUp | function | core/ |
|
StateFormatterTest::testStateFieldFormatter | function | core/ |
Tests the embed field. |
StateInterface | interface | core/ |
An interface for state value objects. |
StateInterface | interface | core/ |
Defines the interface for the state system. |
StateInterface.php | file | core/ |
|
StateInterface.php | file | core/ |
|
StateInterface::canTransitionTo | function | core/ |
Determines if the state can transition to the provided state ID. |
StateInterface::delete | function | core/ |
Deletes an item. |
StateInterface::deleteMultiple | function | core/ |
Deletes multiple items. |
StateInterface::get | function | core/ |
Returns the stored value for a given key. |
StateInterface::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
StateInterface::getTransitions | function | core/ |
Gets all the possible transition objects for the state. |
StateInterface::getTransitionTo | function | core/ |
Gets the Transition object for the provided state ID. |
StateInterface::id | function | core/ |
Gets the state's ID. |
StateInterface::label | function | core/ |
Gets the state's label. |
StateInterface::PLUGIN_FORM_KEY | constant | core/ |
The key of the state plugin form. |
StateInterface::resetCache | function | core/ |
Resets the static cache. |
StateInterface::set | function | core/ |
Saves a value for a given key. |
StateInterface::setMultiple | function | core/ |
Saves key/value pairs. |
StateInterface::weight | function | core/ |
Gets the state's weight. |
Statement | class | core/ |
SQLite implementation of \Drupal\Core\Database\Statement. |
Statement | class | core/ |
SQLite implementation of \Drupal\Core\Database\Statement. |
Statement.php | file | core/ |
|
Statement.php | file | core/ |
|
Statement::execute | function | core/ |
Executes a prepared statement. |
Statement::getStatement | function | core/ |
The PDO SQLite layer doesn't replace numeric placeholders in queries correctly, and this makes numeric expressions (such as COUNT(*) >= :count) fail. We replace numeric placeholders in the query ourselves to work around this bug. |
StatementEvent.php | file | core/ |
|
StatementExecutionEndEvent | class | core/ |
Represents the end of a statement execution as an event. |
StatementExecutionEndEvent.php | file | core/ |
|
StatementExecutionEndEvent::getElapsedTime | function | core/ |
Gets the query execution elapsed time. |
StatementExecutionEndEvent::__construct | function | core/ |
Constructs a StatementExecutionEndEvent object. |
StatementExecutionFailureEvent | class | core/ |
Represents the failure of a statement execution as an event. |
StatementExecutionFailureEvent.php | file | core/ |
|
StatementExecutionFailureEvent::__construct | function | core/ |
Constructor. |
StatementExecutionStartEvent | class | core/ |
Represents the start of a statement execution as an event. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.