You are here

public function AuthenticatedResource::getAuthenticationManager in RESTful 7.2

Getter for $authenticationManager.

Return value

AuthenticationManager The authentication manager.

Overrides AuthenticatedResourceInterface::getAuthenticationManager

File

src/Plugin/resource/AuthenticatedResource.php, line 41
Contains \Drupal\restful\Plugin\resource\AuthenticatedResource

Class

AuthenticatedResource

Namespace

Drupal\restful\Plugin\resource

Code

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