You are here

public function DeveloperCompaniesCacheInterface::getCompanies in Apigee Edge 8

Returns companies of a developer.

Parameters

string $id: Developer id.

Return value

string[]|null Array of company names or NULL if information is not yet available.

1 method overrides DeveloperCompaniesCacheInterface::getCompanies()
DeveloperCompaniesCache::getCompanies in src/Entity/DeveloperCompaniesCache.php
Returns companies of a developer.

File

src/Entity/DeveloperCompaniesCacheInterface.php, line 42

Class

DeveloperCompaniesCacheInterface
Definition of the developer company membership cache.

Namespace

Drupal\apigee_edge\Entity

Code

public function getCompanies(string $id) : ?array;