public function TeamContextManagerInterface::getDestinationUrlForEntity in Apigee Edge 8
Returns the destination url for the given entity.
Parameters
\Drupal\Core\Entity\EntityInterface $entity: The developer or team entity.
Return value
\Drupal\Core\Url|null The destination URL.
1 method overrides TeamContextManagerInterface::getDestinationUrlForEntity()
- TeamContextManager::getDestinationUrlForEntity in modules/
apigee_edge_teams/ src/ TeamContextManager.php - Returns the destination url for the given entity.
File
- modules/
apigee_edge_teams/ src/ TeamContextManagerInterface.php, line 58
Class
- TeamContextManagerInterface
- Base definition of the team context manager service.
Namespace
Drupal\apigee_edge_teamsCode
public function getDestinationUrlForEntity(EntityInterface $entity) : ?Url;