You are here

public function ContributeManager::getAccountId in Contribute 8

Get account id.

Return value

string|null Get the account id.

Overrides ContributeManagerInterface::getAccountId

7 calls to ContributeManager::getAccountId()
ContributeManager::getAccount in src/ContributeManager.php
Get account status.
ContributeManager::getContribution in src/ContributeManager.php
Get contribution status.
ContributeManager::getMembership in src/ContributeManager.php
Get membership status.
ContributeManager::getOrganization in src/ContributeManager.php
An organization's information from Drupal.org.
ContributeManager::getUser in src/ContributeManager.php
Get the user account information from Drupal.org.

... See full list

File

src/ContributeManager.php, line 421

Class

ContributeManager
Class ContributeManager.

Namespace

Drupal\contribute

Code

public function getAccountId() {
  return $this->accountId;
}