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
Namespace
Drupal\restful\AuthenticationCode
public function setAccount($account);