function field_test_field_create_field in Drupal 7
Memorize calls to hook_field_create_field().
File
- modules/
field/ tests/ field_test.module, line 180
Code
function field_test_field_create_field($field) {
$args = func_get_args();
field_test_memorize(__FUNCTION__, $args);
}