Act on a field being created.
This hook is invoked from field_create_field() after the field is created, to allow modules to act on field creation.
$field: The field just created.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_field_create_field($field) {
// @todo Needs function body.
}