You are here

SharedContentInterface.php in Heartbeat 8

File

modules/statusmessage/src/SharedContentInterface.php
View source
<?php

/**
 * Created by IntelliJ IDEA.
 * User: logicp
 * Date: 6/21/17
 * Time: 7:42 PM
 */
namespace Drupal\statusmessage;

interface SharedContentInterface {
  public function sendRequest();

}

Interfaces