public function EdgeKeyTypeInterface::getEndpoint in Apigee Edge 8
Gets the API endpoint.
Parameters
\Drupal\key\KeyInterface $key: The key entity.
Return value
string The API endpoint.
1 method overrides EdgeKeyTypeInterface::getEndpoint()
- EdgeKeyTypeBase::getEndpoint in src/
Plugin/ EdgeKeyTypeBase.php - Gets the API endpoint.
File
- src/
Plugin/ EdgeKeyTypeInterface.php, line 116
Class
- EdgeKeyTypeInterface
- Defines an interface for Apigee Edge Key Type plugins.
Namespace
Drupal\apigee_edge\PluginCode
public function getEndpoint(KeyInterface $key) : string;