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 |
---|---|---|---|
RequiredStateMissingException.php | file | core/ |
|
RequiredStatesTest | class | core/ |
Tests Workflow type's required states and configuration initialization. |
RequiredStatesTest.php | file | core/ |
|
RequiredStatesTest::$modules | property | core/ |
Modules to install. |
RequiredStatesTest::testChangeRequiredStateAPI | function | core/ |
Ensures that initialized configuration can be changed. |
RequiredStatesTest::testDeleteRequiredStateAPI | function | core/ |
@covers \Drupal\workflows\Entity\Workflow::preSave[[api-linebreak]] |
RequiredStatesTest::testGetRequiredStates | function | core/ |
@covers ::getRequiredStates[[api-linebreak]] @covers ::__construct[[api-linebreak]] |
RequiredStatesTest::testNoStatesRequiredStateAPI | function | core/ |
@covers \Drupal\workflows\Entity\Workflow::preSave[[api-linebreak]] |
RequiredStateTestType | class | core/ |
Test workflow type. |
RequiredStateTestType.php | file | core/ |
|
RequiredStateTestType::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
ResourceTestBase::refreshTestStateAfterRestConfigChange | function | core/ |
Refreshes the state of the tester to be in sync with the testee. |
ReviewForm::$migrationState | property | core/ |
Migration state service. |
RoutePreloader::$state | property | core/ |
The state key value store. |
RoutePreloaderTest::$state | property | core/ |
The mocked state. |
RouteProvider::$state | property | core/ |
The state. |
RouteProviderTest::$state | property | core/ |
The state. |
RouteSubscriber::$state | property | core/ |
The state key value store. |
RouteSubscriberTest::$state | property | core/ |
The mocked key value storage. |
SimpletestTestRunResultsStorage::getCurrentTestRunState | function | core/ |
Get state information about a test run, from storage. |
SimpletestTestRunResultsStorageTest::testGetCurrentTestRunState | function | core/ |
@covers ::buildTestingResultsEnvironment[[api-linebreak]] @covers ::createNew[[api-linebreak]] @covers ::insertLogEntry[[api-linebreak]] @covers ::setDatabasePrefix[[api-linebreak]] @covers ::removeResults[[api-linebreak]] |
SiteMaintenanceModeForm::$state | property | core/ |
The state keyvalue collection. |
SqlBase::$state | property | core/ |
State service for retrieving database info. |
SqlContentEntityStorageSchemaColumnTest::$state | property | core/ |
The state object. |
SqliteDriverLegacyTest::testDeprecationStatement | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Statement[[api-linebreak]] |
State | class | core/ |
A value object representing a workflow state. |
State | class | core/ |
Provides the state system using a key value store. |
state | service | core/ |
Drupal\Core\State\State |
State API | group | core/ |
Information about the State API. |
State.php | file | core/ |
|
State.php | file | core/ |
|
State::$deprecatedState | property | core/ |
Information about all deprecated state, keyed by legacy state key. |
State::$id | property | core/ |
The state's ID. |
State::$keyValueStore | property | core/ |
The key value store to use. |
State::$label | property | core/ |
The state's label. |
State::$weight | property | core/ |
The state's weight. |
State::$workflow | property | core/ |
The workflow the state is attached to. |
State::canTransitionTo | function | core/ |
Determines if the state can transition to the provided state ID. |
State::delete | function | core/ |
Deletes the element. |
State::deleteMultiple | function | core/ |
Deletes multiple items. |
State::get | function | core/ |
Gets value from the cache. |
State::getMultiple | function | core/ |
Returns the stored key/value pairs for a given set of keys. |
State::getTransitions | function | core/ |
Gets all the possible transition objects for the state. |
State::getTransitionTo | function | core/ |
Gets the Transition object for the provided state ID. |
State::id | function | core/ |
Gets the state's ID. |
State::invalidateCache | function | core/ |
Invalidate the cache. |
State::label | function | core/ |
Gets the state's label. |
State::labelCallback | function | core/ |
Helper method to convert a State value object to a label. |
State::resetCache | function | core/ |
Resets the static cache. |
State::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.