Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| starterkit_theme.theme | file | core/ |
Functions to support theming. |
| starterkit_theme_preprocess_image_widget | function | core/ |
Implements hook_preprocess_image_widget(). |
| State | class | core/ |
Provides the state system using a key value store. |
| state | service | core/ |
Drupal\Core\State\State |
| State | class | core/ |
A value object representing a workflow 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. |
| 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/ |
Defines the interface for the state system. |
| StateInterface | interface | core/ |
An interface for state value objects. |
| 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. |
Pagination
- Previous page
- Page 1201
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.