function field_cache_clear

field_cache_clear()

Clear the field info and field data caches.

Related topics

File

modules/field/field.module, line 744
Attach custom data fields to Drupal entities.

Code

function field_cache_clear() {
  cache_clear_all('*', 'cache_field', TRUE);
  field_info_cache_clear();
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!field!field.module/function/field_cache_clear/7.x