You are here

function access_field_create_field in Access Control Kit 7

Implements hook_field_create_field().

File

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

Code

function access_field_create_field($field) {
  access_info_cache_clear();
}