public function App::getCallbackUrl in Apigee Edge 8
File
- src/
Entity/ App.php, line 102
Class
- App
- Base class for App Drupal entities.
Namespace
Drupal\apigee_edge\EntityCode
public function getCallbackUrl() : ?string {
return $this->decorated
->getCallbackUrl();
}