public function DeveloperAppControllerFactoryInterface::developerAppController in Apigee Edge 8
Returns a preconfigured developer app controller.
Parameters
string $developer: Email address or id (UUID) of a developer.
Return value
\Drupal\apigee_edge\Entity\Controller\DeveloperAppControllerInterface Developer app controller.
1 method overrides DeveloperAppControllerFactoryInterface::developerAppController()
- DeveloperAppControllerFactory::developerAppController in src/
Entity/ Controller/ DeveloperAppControllerFactory.php - Returns a preconfigured developer app controller.
File
- src/
Entity/ Controller/ DeveloperAppControllerFactoryInterface.php, line 37
Class
- DeveloperAppControllerFactoryInterface
- Base definition of the developer app controller factory service.
Namespace
Drupal\apigee_edge\Entity\ControllerCode
public function developerAppController(string $developer) : DeveloperAppControllerInterface;