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
Class
- PushNotificationInterface
- Provides an interface defining a push_notification entity.
Namespace
Drupal\push_notificationsCode
public function setPushed($pushed);