You are here

function rules_action_save_variable_help in Rules 6

Related topics

File

rules/modules/rules.rules_forms.inc, line 69
Forms for the integration provided by rules

Code

function rules_action_save_variable_help() {
  return t('Usually you need not care about saving changes done by actions. However this action allows you to force saving changes, if no action does.') . ' ' . t('Furthermore note that changes are saved intelligently, which means that changes are saved only once, even if multiple actions request saving changes.');
}