You are here

interface ProfileStatSenderInterface in Brainstorm profile 8

Provides an interface for sending profile information to server.

Hierarchy

Expanded class hierarchy of ProfileStatSenderInterface

All classes that implement ProfileStatSenderInterface

File

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

Namespace

Drupal\profile_stat_sender
View source
interface ProfileStatSenderInterface {

  /**
   * Makes http POST request to server.
   *
   * @return numeric
   *   Returns response code from server.
   */
  public function sendData();

}

Members

Namesort descending Modifiers Type Description Overrides
ProfileStatSenderInterface::sendData public function Makes http POST request to server. 1