Search for save

  1. Search 7.x-2.x for save
  2. Other projects
Title Object type File name Summary
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.
EntityPathAliasCreateTest::testActionExecutionWithSavedEntity function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php Tests the action execution with a saved entity.
EntityPathAliasCreateTest::testActionExecutionWithUnsavedEntity function tests/src/Unit/Integration/RulesAction/EntityPathAliasCreateTest.php Tests the action execution with an unsaved entity.
EntityPresaveDeriver class src/Plugin/RulesEvent/EntityPresaveDeriver.php Derives entity presave plugin definitions based on content entity types.
EntityPresaveDeriver.php file src/Plugin/RulesEvent/EntityPresaveDeriver.php
EntityPresaveDeriver::$entityTypeManager property src/Plugin/RulesEvent/EntityPresaveDeriver.php The entity type manager.
EntityPresaveDeriver::create function src/Plugin/RulesEvent/EntityPresaveDeriver.php Creates a new class instance.
EntityPresaveDeriver::getDerivativeDefinitions function src/Plugin/RulesEvent/EntityPresaveDeriver.php Gets the definition of all derivatives of a base plugin.
EntityPresaveDeriver::__construct function src/Plugin/RulesEvent/EntityPresaveDeriver.php Creates a new EntityPresaveDeriver object.
EntityPresaveTest class tests/src/Unit/Integration/Event/EntityPresaveTest.php Checks that the entity presave events are defined.
EntityPresaveTest.php file tests/src/Unit/Integration/Event/EntityPresaveTest.php
EntityPresaveTest::testEventMetadata function tests/src/Unit/Integration/Event/EntityPresaveTest.php Tests the event metadata.
EntitySave class src/Plugin/RulesAction/EntitySave.php Provides a 'Save entity' action.
EntitySave.php file src/Plugin/RulesAction/EntitySave.php
EntitySave::$saveLater property src/Plugin/RulesAction/EntitySave.php Flag that indicates if the entity should be auto-saved later.
EntitySave::autoSaveContext function src/Plugin/RulesAction/EntitySave.php Returns a list of context names that should be auto-saved after execution.
EntitySave::doExecute function src/Plugin/RulesAction/EntitySave.php Saves the Entity.
EntitySaveTest class tests/src/Unit/Integration/RulesAction/EntitySaveTest.php @coversDefaultClass \Drupal\rules\Plugin\RulesAction\EntitySave
@group RulesAction
EntitySaveTest.php file tests/src/Unit/Integration/RulesAction/EntitySaveTest.php
EntitySaveTest::$action property tests/src/Unit/Integration/RulesAction/EntitySaveTest.php The action to be tested.
EntitySaveTest::$entity property tests/src/Unit/Integration/RulesAction/EntitySaveTest.php The mocked entity used for testing.
EntitySaveTest::setUp function tests/src/Unit/Integration/RulesAction/EntitySaveTest.php
EntitySaveTest::testActionExecutionImmediately function tests/src/Unit/Integration/RulesAction/EntitySaveTest.php Tests the action execution when saving immediately.
EntitySaveTest::testActionExecutionPostponed function tests/src/Unit/Integration/RulesAction/EntitySaveTest.php Tests the action execution when saving is postponed.
EntitySaveTest::testSummary function tests/src/Unit/Integration/RulesAction/EntitySaveTest.php Tests the summary.
ExecutionState::$saveLater property src/Context/ExecutionState.php Holds variables for auto-saving later.
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.
ExecutionState::saveChangesLater function src/Context/ExecutionState.php Mark a variable to be saved later when the execution is finished.
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.
ExecutionStateInterface::saveChangesLater function src/Context/ExecutionStateInterface.php Mark a variable to be saved later when the execution is finished.
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.
ReactionRuleAddForm::save function src/Form/ReactionRuleAddForm.php Form submission handler for the 'save' action.
ReactionRuleEditForm::save function src/Form/ReactionRuleEditForm.php Form submission handler for the 'save' action.
ReactionRuleStorage::save function src/Entity/ReactionRuleStorage.php Implements Drupal\Core\Entity\EntityStorageInterface::save().
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::$saveLater property src/Plugin/RulesAction/RulesComponentAction.php List of context names that should be saved later.
RulesComponentAction::autoSaveContext function src/Plugin/RulesAction/RulesComponentAction.php Returns a list of context names that should be auto-saved after execution.