Search for state
- Search 7.x for state
- Search 9.5.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 |
---|---|---|---|
StateTransitionValidation::__construct | function | core/ |
Constructs a new StateTransitionValidation. |
StateTransitionValidationInterface | interface | core/ |
Validates whether a certain state transition is allowed. |
StateTransitionValidationInterface.php | file | core/ |
|
StateTransitionValidationInterface::getValidTransitions | function | core/ |
Gets a list of transitions that are legal for this user on this entity. |
StateTransitionValidationInterface::isTransitionValid | function | core/ |
Checks if a transition between two states if valid for the given user. |
StateTransitionValidationTest | class | core/ |
@coversDefaultClass \Drupal\content_moderation\StateTransitionValidation[[api-linebreak]] @group content_moderation |
StateTransitionValidationTest.php | file | core/ |
|
StateTransitionValidationTest::$workflow | property | core/ |
A test workflow. |
StateTransitionValidationTest::setUp | function | core/ |
|
StateTransitionValidationTest::testDeprecatedEntityParameter | function | core/ |
@expectedDeprecation Omitting the $entity parameter from Drupal\content_moderation\StateTransitionValidation::isTransitionValid is deprecated and will be required in Drupal 9.0.0. @group legacy |
StateTransitionValidationTest::testUserSensitiveValidTransitions | function | core/ |
Verifies user-aware transition validation. |
StateTransitionValidationTest::userTransitionsProvider | function | core/ |
Data provider for the user transition test. |
StateValuesCleanAdvancedTest | class | core/ |
Tests proper removal of submitted form values using \Drupal\Core\Form\FormState::cleanValues() when having forms with elements containing buttons like "managed_file". |
StateValuesCleanAdvancedTest.php | file | core/ |
|
StateValuesCleanAdvancedTest::$defaultTheme | property | core/ |
|
StateValuesCleanAdvancedTest::$image | property | core/ |
An image file path for uploading. |
StateValuesCleanAdvancedTest::$modules | property | core/ |
Modules to enable. |
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced | function | core/ |
Tests \Drupal\Core\Form\FormState::cleanValues(). |
StateValuesCleanTest | class | core/ |
Tests proper removal of submitted form values using \Drupal\Core\Form\FormState::cleanValues(). |
StateValuesCleanTest.php | file | core/ |
|
StateValuesCleanTest::$defaultTheme | property | core/ |
|
StateValuesCleanTest::$modules | property | core/ |
Modules to enable. |
StateValuesCleanTest::testFormStateValuesClean | function | core/ |
Tests \Drupal\Core\Form\FormState::cleanValues(). |
SubformState | class | core/ |
Stores information about the state of a subform. |
SubformState.php | file | core/ |
|
SubformState::$parentForm | property | core/ |
The parent form. |
SubformState::$subform | property | core/ |
The subform. |
SubformState::createForSubform | function | core/ |
Creates a new instance for a subform. |
SubformState::getCompleteFormState | function | core/ |
|
SubformState::getLimitValidationErrors | function | core/ |
|
SubformState::getParents | function | core/ |
Gets the subform's parents relative to its parent form. |
SubformState::getValues | function | core/ |
|
SubformState::setErrorByName | function | core/ |
|
SubformState::setLimitValidationErrors | function | core/ |
|
SubformState::__construct | function | core/ |
Constructs a new instance. |
SubformStateInterface | interface | core/ |
Stores information about the state of a subform. |
SubformStateInterface.php | file | core/ |
|
SubformStateInterface::getCompleteFormState | function | core/ |
Gets the complete form state. |
SubformStateTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\SubformState[[api-linebreak]] |
SubformStateTest.php | file | core/ |
|
SubformStateTest::$formStateValues | property | core/ |
The form state's values test fixture. |
SubformStateTest::$parentForm | property | core/ |
The parent form. |
SubformStateTest::providerGetValues | function | core/ |
Provides data to self::testGetValues(). |
SubformStateTest::providerGetValuesBroken | function | core/ |
Provides data to self::testGetValuesBroken(). |
SubformStateTest::providerTestGetValue | function | core/ |
Provides data to self::testGetValue(). |
SubformStateTest::providerTestGetValueBroken | function | core/ |
Provides data to self::testGetValueBroken(). |
SubformStateTest::providerTestSetValues | function | core/ |
Provides data to self::testSetValues(). |
SubformStateTest::providerTestSetValuesBroken | function | core/ |
Provides data to self::testSetValuesBroken(). |
SubformStateTest::testGetCompleteFormStateWithParentCompleteForm | function | core/ |
@covers ::getCompleteFormState[[api-linebreak]] |
SubformStateTest::testGetCompleteFormStateWithParentSubform | function | core/ |
@covers ::getCompleteFormState[[api-linebreak]] |
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.