You are here

public function UserToDeveloperConversionException::getUser in Apigee Edge 8

Returns the problematic user object.

Return value

\Drupal\user\UserInterface User object.

File

src/Exception/UserToDeveloperConversionException.php, line 62

Class

UserToDeveloperConversionException
Base exception class for user to developer conversion errors.

Namespace

Drupal\apigee_edge\Exception

Code

public function getUser() : UserInterface {
  return $this->user;
}