You are here

function shortcut_patterns_cleanup in Patterns 7.2

Same name and namespace in other branches
  1. 7 patterns_components/components/shortcut.inc \shortcut_patterns_cleanup()

hook_patterns_cleanup()

File

patterns_components/components/shortcut.inc, line 520
Patterns component for shortcut.

Code

function shortcut_patterns_cleanup($action, $tag, &$data) {
  return patterns_results();
}