public function PushNotificationsTokenInterface::getNetwork in Push Notifications 8
Returns the entity network.
Return value
string The network for this entity.
1 method overrides PushNotificationsTokenInterface::getNetwork()
- PushNotificationsToken::getNetwork in src/
Entity/ PushNotificationsToken.php - Returns the entity network.
File
- src/
PushNotificationsTokenInterface.php, line 42 - Contains \Drupal\push_notifications\TokenInterface.
Class
- PushNotificationsTokenInterface
- Provides an interface defining a token entity.
Namespace
Drupal\push_notificationsCode
public function getNetwork();