You are here

public function FirebaseServiceInterface::send in Firebase Push Notification (FCM) 3.0.x

Same name and namespace in other branches
  1. 8 src/FirebaseServiceInterface.php \Drupal\firebase\FirebaseServiceInterface::send()

Send request to FCM.

Return value

bool|mixed Result of request.

1 method overrides FirebaseServiceInterface::send()
FirebaseServiceBase::send in src/Service/FirebaseServiceBase.php

File

src/FirebaseServiceInterface.php, line 24

Class

FirebaseServiceInterface
Provides an interface for services, working with FCM.

Namespace

Drupal\firebase

Code

public function send();