You are here

public function PushNotificationInterface::setPushed in Push Notifications 8

Sets the pushed status of a push_notification.

@todo: add documentation

1 method overrides PushNotificationInterface::setPushed()
PushNotification::setPushed in src/Entity/PushNotification.php
Sets the pushed status of a push_notification.

File

src/PushNotificationInterface.php, line 71
Drupal\push_notifications\PushNotificationInterface.

Class

PushNotificationInterface
Provides an interface defining a push_notification entity.

Namespace

Drupal\push_notifications

Code

public function setPushed($pushed);