You are here

public function ContributeManagerInterface::setAccountId in Contribute 8

Set account id.

Parameters

string|null $account_id: The account id.

1 method overrides ContributeManagerInterface::setAccountId()
ContributeManager::setAccountId in src/ContributeManager.php
Set account id.

File

src/ContributeManagerInterface.php, line 72

Class

ContributeManagerInterface
Interface ContributeManagerInterface.

Namespace

Drupal\contribute

Code

public function setAccountId($account_id);