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