function field_test_field_create_field

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);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.