interface ProfileStatSenderInterface in Brainstorm profile 8
Provides an interface for sending profile information to server.
Hierarchy
- interface \Drupal\profile_stat_sender\ProfileStatSenderInterface
 
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_senderView source
interface ProfileStatSenderInterface {
  /**
   * Makes http POST request to server.
   *
   * @return numeric
   *   Returns response code from server.
   */
  public function sendData();
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            ProfileStatSenderInterface:: | 
                  public | function | Makes http POST request to server. | 1 |