You are here

public function ProfileStatSenderInterface::sendData in Brainstorm profile 8

Makes http POST request to server.

Return value

numeric Returns response code from server.

1 method overrides ProfileStatSenderInterface::sendData()
ProfileStatSender::sendData in module/custom/profile_stat_sender/src/ProfileStatSender.php
Makes http POST request to server.

File

module/custom/profile_stat_sender/src/ProfileStatSenderInterface.php, line 16

Class

ProfileStatSenderInterface
Provides an interface for sending profile information to server.

Namespace

Drupal\profile_stat_sender

Code

public function sendData();