You are here

public function ContributeManager::setAccountId in Contribute 8

Set account id.

Parameters

string|null $account_id: The account id.

Overrides ContributeManagerInterface::setAccountId

File

src/ContributeManager.php, line 435

Class

ContributeManager
Class ContributeManager.

Namespace

Drupal\contribute

Code

public function setAccountId($account_id) {
  $this->accountId = $account_id;
}