public function TeamAppControllerFactoryInterface::teamAppController in Apigee Edge 8
Returns a preconfigured team app controller.
Parameters
string $team: Name of a team.
Return value
\Drupal\apigee_edge_teams\Entity\Controller\TeamAppControllerInterface Team app controller.
1 method overrides TeamAppControllerFactoryInterface::teamAppController()
- TeamAppControllerFactory::teamAppController in modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamAppControllerFactory.php - Returns a preconfigured team app controller.
File
- modules/
apigee_edge_teams/ src/ Entity/ Controller/ TeamAppControllerFactoryInterface.php, line 37
Class
- TeamAppControllerFactoryInterface
- Interface TeamAppControllerFactoryInterface.
Namespace
Drupal\apigee_edge_teams\Entity\ControllerCode
public function teamAppController(string $team) : TeamAppControllerInterface;