You are here

function access_field_update_field in Access Control Kit 7

Implements hook_field_update_field().

File

./access.module, line 1134
The access control kit module.

Code

function access_field_update_field($field, $prior_field, $has_data) {
  access_info_cache_clear();
}