You are here

public function PushNotificationsTokenInterface::setNetwork in Push Notifications 8

Sets the entity network.

Parameters

string $network Network ID.:

Return value

$this

1 method overrides PushNotificationsTokenInterface::setNetwork()
PushNotificationsToken::setNetwork in src/Entity/PushNotificationsToken.php
Sets the entity network.

File

src/PushNotificationsTokenInterface.php, line 26
Contains \Drupal\push_notifications\TokenInterface.

Class

PushNotificationsTokenInterface
Provides an interface defining a token entity.

Namespace

Drupal\push_notifications

Code

public function setNetwork($network);