public function FieldAttributeConverterInterface::getAttributeName in Apigee Edge 8
Returns the name of the mapped attribute to a field.
Parameters
string $field_name: Name of a field.
Return value
string Name of the mapped attribute.
1 method overrides FieldAttributeConverterInterface::getAttributeName()
- FieldAttributeConverter::getAttributeName in src/
FieldAttributeConverter.php - Returns the name of the mapped attribute to a field.
File
- src/
FieldAttributeConverterInterface.php, line 39
Class
- FieldAttributeConverterInterface
- Field-attribute converter service definition.
Namespace
Drupal\apigee_edgeCode
public function getAttributeName(string $field_name) : string;