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.
function hook_field_create_field($field) {
// @todo Needs function body.
}