You are here

public function AuthenticationManagerInterface::setAccount in RESTful 7.2

Setter method for the account property.

Parameters

object $account: The account to set.

1 method overrides AuthenticationManagerInterface::setAccount()
AuthenticationManager::setAccount in src/Authentication/AuthenticationManager.php
Setter method for the account property.

File

src/Authentication/AuthenticationManagerInterface.php, line 69
Contains \Drupal\restful\Authentication\AuthenticationManagerInterface

Class

AuthenticationManagerInterface

Namespace

Drupal\restful\Authentication

Code

public function setAccount($account);