field_flush_caches

Versions
7
field_flush_caches()

Implements hook_flush_caches().

Related topics

Code

modules/field/field.module, line 133

<?php
function field_flush_caches() {
  return array('cache_field');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.