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 field_flush_caches()Implements hook_flush_caches().
modules/field/field.module, line 133
<?php
function field_flush_caches() {
return array('cache_field');
}
?>Login or register to post comments