You are here

public function OpignoNotificationInterface::getUrl in Opigno notifications 3.x

Get the notification url.

Return value

string The notification url.

1 method overrides OpignoNotificationInterface::getUrl()
OpignoNotification::getUrl in src/Entity/OpignoNotification.php
Get the notification url.

File

src/OpignoNotificationInterface.php, line 85

Class

OpignoNotificationInterface
Provides an interface defining a opigno_notification entity.

Namespace

Drupal\opigno_notification

Code

public function getUrl() : string;