Search for state
- Search 7.x for state
- Search 8.9.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.php | file | core/ |
|
StateTransitionValidation::$moderationInfo | property | core/ |
The moderation information service. |
StateTransitionValidation::$possibleTransitions | property | core/ |
Stores the possible state transitions. |
StateTransitionValidation::getValidTransitions | function | core/ |
Gets a list of transitions that are legal for this user on this entity. |
StateTransitionValidation::isTransitionValid | function | core/ |
Checks if a transition between two states if valid for the given user. |
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::testUserSensitiveValidTransitions | function | core/ |
Verifies user-aware transition validation. |
StateTransitionValidationTest::userTransitionsProvider | function | core/ |
Data provider for the user transition test. |
StateValuesCleanAdvancedTest | class | core/ |
Tests the removal of internal Form API elements from submitted form values. |
StateValuesCleanAdvancedTest.php | file | core/ |
|
StateValuesCleanAdvancedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
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 the proper removal of submitted form values. |
StateValuesCleanTest.php | file | core/ |
|
StateValuesCleanTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
StateValuesCleanTest::$modules | property | core/ |
Modules to enable. |
StateValuesCleanTest::testFormStateValuesClean | function | core/ |
Tests \Drupal\Core\Form\FormState::cleanValues(). |
StaticReflectionClass::getUseStatements | function | core/ |
|
StaticReflectionParser::$useStatements | property | core/ |
The use statements of the class. |
StaticReflectionParser::getUseStatements | function | core/ |
Gets the use statements from this file. |
StubConnection::$statementClass | property | core/ |
|
StubConnection::$statementWrapperClass | property | core/ |
|
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. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.