Search for save

  1. Search 8.x-3.x for save
  2. Other projects
Title Object type File name Summary
hook_rules_config_presave function ./rules.api.php Act on a rules configuration being inserted or updated.
RulesDataWrapperSavableInterface::save function includes/rules.state.inc Save the currently wrapped data.
RulesEntityController::save function includes/rules.core.inc
RulesEventSet::save function includes/rules.plugins.inc Do not save since this class is for caching purposes only.
RulesPlugin::save function includes/rules.core.inc Saves the configuration to the database.
RulesState::$save property includes/rules.state.inc Keeps wrappers to be saved later on.
RulesState::mergeSaveVariables function includes/rules.state.inc Merges info from the given state into the existing state.
RulesState::save function includes/rules.state.inc Remembers to save the wrapper on cleanup or does it now.
RulesState::saveChanges function includes/rules.state.inc Apply permanent changes provided the wrapper's data type is saveable.
RulesState::saveNow function includes/rules.state.inc Saves the wrapper for the given selector.
RulesTestTypeWrapper::save function tests/rules_test.rules.inc Implements RulesDataWrapperSavableInterface::save().
rules_action_entity_save function modules/entity.eval.inc Action: Save entities.
rules_action_entity_savedelete_access function modules/entity.rules.inc Custom access callback for data save and delete action.
rules_action_save_variable_upgrade function includes/rules.upgrade.inc
rules_action_save_variable_upgrade_map_name function includes/rules.upgrade.inc
rules_entity_presave function modules/events.inc Implements hook_entity_presave().
rules_test_custom_node_save function tests/rules_test.test.inc Extender for the node data type.
rules_test_type_save function tests/rules_test.test.inc Action: Test saving - nothing to do here.