You are here

function field_patterns_cleanup in Patterns 7.2

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

File

patterns_components/components/field.inc, line 406
Patterns component for Fields.

Code

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