function field_test_field_create_field
Memorize calls to hook_field_create_field().
1 string reference to 'field_test_field_create_field'
- FieldCrudTestCase::testCreateField in drupal-7.x/
modules/ field/ tests/ field.test - Test the creation of a field.
Archivo
- drupal-7.x/
modules/ field/ tests/ field_test.module, line 180 - Helper module for the Field API tests.
Código
function field_test_field_create_field($field) {
$args = func_get_args();
field_test_memorize(__FUNCTION__, $args);
}