You are here

function feeds_action_skip_item_help in Feeds 7.2

Same name and namespace in other branches
  1. 8.2 feeds.rules.inc \feeds_action_skip_item_help()

Help callback for the skip action.

File

./feeds.rules.inc, line 165
Rules integration.

Code

function feeds_action_skip_item_help() {
  return t("This action allows skipping certain feed items during feeds processing, i.e. before an imported item is saved. Once this action is used on a item, the changes to the entity of the feed item are not saved.");
}