You are here

protected property AppCredentialControllerBase::$instances in Apigee Edge 8

Local cache for app credential controller instances.

Instances of app credential controllers.

Type: \Apigee\Edge\Api\Management\Controller\AppCredentialControllerInterface[]

File

src/Entity/Controller/AppCredentialControllerBase.php, line 55

Class

AppCredentialControllerBase
Base class for developer- and company app credential controller services.

Namespace

Drupal\apigee_edge\Entity\Controller

Code

protected $instances = [];