You are here

public function PushNotificationInterface::isPushed in Push Notifications 8

Returns the push_notification pushed status indicator.

Return value

bool TRUE if the push_notification is pushed.

1 method overrides PushNotificationInterface::isPushed()
PushNotification::isPushed in src/Entity/PushNotification.php
Returns the push_notification pushed status indicator.

File

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

Class

PushNotificationInterface
Provides an interface defining a push_notification entity.

Namespace

Drupal\push_notifications

Code

public function isPushed();