field_flush_caches

  1. drupal
    1. 7
Versions
7 field_flush_caches()

Implements hook_flush_caches().

Related topics

Code

drupal/modules/field/field.module, line 312

<?php
function field_flush_caches() {
  return array('cache_field');
}
?>