You are here

public function FieldAttributeConverterInterface::getFieldName in Apigee Edge 8

Returns the name of the mapped field to an attribute.

Parameters

string $attribute_name: Name of an attribute.

Return value

string Name of the mapped field.

1 method overrides FieldAttributeConverterInterface::getFieldName()
FieldAttributeConverter::getFieldName in src/FieldAttributeConverter.php
Returns the name of the mapped field to an attribute.

File

src/FieldAttributeConverterInterface.php, line 50

Class

FieldAttributeConverterInterface
Field-attribute converter service definition.

Namespace

Drupal\apigee_edge

Code

public function getFieldName(string $attribute_name) : string;