You are here

public function RestfulBase::getAuthenticationManager in RESTful 7

Getter for $authenticationManager.

Return value

\RestfulAuthenticationManager

File

plugins/restful/RestfulBase.php, line 384
Contains RestfulBase.

Class

RestfulBase
Class \RestfulBase

Code

public function getAuthenticationManager() {
  return $this->authenticationManager;
}