drush_push_notifications_clear_push_notifications |
./push_notifications.drush.inc |
Drush command logic. |
|
|
push_notifications_drush_command |
./push_notifications.drush.inc |
Implements hook_drush_command(). |
|
|
push_notifications_find_token |
./push_notifications.module |
Determine if this user has already stored a token
in the database. The same device token can be
registered for multiple users, because multiple
users can login from the same device. |
|
|
push_notifications_get_certificate_name |
./push_notifications.module |
Get name of random certificate. |
2 |
|
push_notifications_get_networks |
./push_notifications.module |
Get available networks. |
2 |
|
push_notifications_get_tokens |
./push_notifications.module |
Determine all recipients from a specific network. |
1 |
|
push_notifications_help |
./push_notifications.module |
Implements hook_help(). |
|
|
push_notifications_install |
./push_notifications.install |
|
|
|
push_notifications_set_random_certificate_string |
./push_notifications.module |
Generate and set the random file ending for APNS certificates. |
2 |
|
push_notification_get_user_tokens |
./push_notifications.module |
Determine all tokens for a specfic user. |
1 |
|