You are here

public function UserDeveloperConversionUserFieldDoesNotExistException::getFieldName in Apigee Edge 8

Returns the name of the problematic field.

Return value

string Name of the problematic field.

File

src/Exception/UserDeveloperConversionUserFieldDoesNotExistException.php, line 59

Class

UserDeveloperConversionUserFieldDoesNotExistException
Thrown when source or destination field on user does not exist.

Namespace

Drupal\apigee_edge\Exception

Code

public function getFieldName() : string {
  return $this->fieldName;
}