Search for state
- Search 7.x for state
- Search 9.5.x for state
- Search 8.9.x for state
- Search 10.3.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 |
---|---|---|---|
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. |
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. |
Schema::executeDdlStatement | function | core/ |
Executes a data definition language (DDL) statement. |
SimpletestTestRunResultsStorage::getCurrentTestRunState | function | core/ |
Get state information about a test run, from storage. |
SimpletestTestRunResultsStorageTest::testGetCurrentTestRunState | function | core/ |
Tests get current test run state. |
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. |
StageFixtureManipulator::$state | property | core/ |
The state service. |
StageFixtureManipulator::STATE_KEY | constant | core/ |
The state key to use. |
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. |
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::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. |
State::set | function | core/ |
Implements \Drupal\Core\Cache\CacheCollectorInterface::set(). |
State::setMultiple | function | core/ |
Saves key/value pairs. |
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. |
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.