AutoSaveTest |
class |
tests/src/Unit/Integration/Engine/AutoSaveTest.php |
Test auto saving of variables after Rules execution. |
AutoSaveTest.php |
file |
tests/src/Unit/Integration/Engine/AutoSaveTest.php |
|
AutoSaveTest::testActionAutoSave |
function |
tests/src/Unit/Integration/Engine/AutoSaveTest.php |
Tests auto saving after an action execution. |
CoreIntegrationTest::testComponentActionAutoSave |
function |
tests/src/Kernel/CoreIntegrationTest.php |
Tests that auto saving in a component executed as action works. |
CoreIntegrationTest::testEntityAutoSave |
function |
tests/src/Kernel/CoreIntegrationTest.php |
Tests that an entity is automatically saved after being changed. |
DataSet::autoSaveContext |
function |
src/Plugin/RulesAction/DataSet.php |
Returns a list of context names that should be auto-saved after execution. |
EntitySave::autoSaveContext |
function |
src/Plugin/RulesAction/EntitySave.php |
Returns a list of context names that should be auto-saved after execution. |
ExecutionState::autoSave |
function |
src/Context/ExecutionState.php |
Saves all variables that have been marked for auto saving. |
ExecutionState::getAutoSaveSelectors |
function |
src/Context/ExecutionState.php |
Returns the list of variables that should be auto-saved after execution. |
ExecutionStateInterface::autoSave |
function |
src/Context/ExecutionStateInterface.php |
Saves all variables that have been marked for auto saving. |
ExecutionStateInterface::getAutoSaveSelectors |
function |
src/Context/ExecutionStateInterface.php |
Returns the list of variables that should be auto-saved after execution. |
NodeMakeSticky::autoSaveContext |
function |
src/Plugin/RulesAction/NodeMakeSticky.php |
Returns a list of context names that should be auto-saved after execution. |
NodeMakeUnsticky::autoSaveContext |
function |
src/Plugin/RulesAction/NodeMakeUnsticky.php |
Returns a list of context names that should be auto-saved after execution. |
NodePromote::autoSaveContext |
function |
src/Plugin/RulesAction/NodePromote.php |
Returns a list of context names that should be auto-saved after execution. |
NodePublish::autoSaveContext |
function |
src/Plugin/RulesAction/NodePublish.php |
Returns a list of context names that should be auto-saved after execution. |
NodeUnpromote::autoSaveContext |
function |
src/Plugin/RulesAction/NodeUnpromote.php |
Returns a list of context names that should be auto-saved after execution. |
NodeUnpublish::autoSaveContext |
function |
src/Plugin/RulesAction/NodeUnpublish.php |
Returns a list of context names that should be auto-saved after execution. |
RulesActionBase::autoSaveContext |
function |
src/Core/RulesActionBase.php |
Returns a list of context names that should be auto-saved after execution. |
RulesActionInterface::autoSaveContext |
function |
src/Core/RulesActionInterface.php |
Returns a list of context names that should be auto-saved after execution. |
RulesComponentAction::autoSaveContext |
function |
src/Plugin/RulesAction/RulesComponentAction.php |
Returns a list of context names that should be auto-saved after execution. |
RulesComponentActionTest::testAutosaveOnlyOnce |
function |
tests/src/Unit/Integration/RulesAction/RulesComponentActionTest.php |
Tests that auto saving is only triggered once with nested components. |
TestNodeAction::autoSaveContext |
function |
tests/modules/rules_test/src/Plugin/RulesAction/TestNodeAction.php |
Returns a list of context names that should be auto-saved after execution. |
UserBlock::autoSaveContext |
function |
src/Plugin/RulesAction/UserBlock.php |
Returns a list of context names that should be auto-saved after execution. |
UserRoleAdd::autoSaveContext |
function |
src/Plugin/RulesAction/UserRoleAdd.php |
Returns a list of context names that should be auto-saved after execution. |
UserRoleRemove::autoSaveContext |
function |
src/Plugin/RulesAction/UserRoleRemove.php |
Returns a list of context names that should be auto-saved after execution. |
UserUnblock::autoSaveContext |
function |
src/Plugin/RulesAction/UserUnblock.php |
Returns a list of context names that should be auto-saved after execution. |