You are here

public function DeveloperToUserConversationInvalidValueException::getTarget in Apigee Edge 8

The name of the destination field on the user.

Return value

string The name of the destination field on the user.

File

src/Exception/DeveloperToUserConversationInvalidValueException.php, line 100

Class

DeveloperToUserConversationInvalidValueException
Thrown when a developer attribute's value is not a valid user field value.

Namespace

Drupal\apigee_edge\Exception

Code

public function getTarget() : string {
  return $this->target;
}