You are here

public function OpignoNotification::setUrl in Opigno notifications 8

Same name and namespace in other branches
  1. 3.x src/Entity/OpignoNotification.php \Drupal\opigno_notification\Entity\OpignoNotification::setUrl()

File

src/Entity/OpignoNotification.php, line 230

Class

OpignoNotification
Defines the opigno_notification entity.

Namespace

Drupal\opigno_notification\Entity

Code

public function setUrl($value) {
  $this
    ->set('url', $value);
  return $this;
}