You are here

function node_patterns_cleanup in Patterns 7.2

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

File

patterns_components/components/node.inc, line 490

Code

function node_patterns_cleanup($action, $tag, &$data) {

  // TODO
  // Make sure content info is always up-to-date

  //cache_clear_all('content_type_info', content_cache_tablename());// TODO
  _field_info_collate_types(true);
  return patterns_results();
}