Gets the URI that corresponds to a field.
string $entity_type: The bundle's entity type.
string $bundle: The bundle name.
string $field_name: The field name.
string The corresponding URI for the field.
public function getRelationUri($entity_type, $bundle, $field_name);