You are here

public function ContributeManager::getAccountType in Contribute 8

Get account type.

Return value

string|null Get the account type.

Overrides ContributeManagerInterface::getAccountType

3 calls to ContributeManager::getAccountType()
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.

File

src/ContributeManager.php, line 414

Class

ContributeManager
Class ContributeManager.

Namespace

Drupal\contribute

Code

public function getAccountType() {
  return $this->accountType;
}