You are here

interface ActivitySendInterface in Open Social 8

Same name and namespace in other branches
  1. 8.9 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  2. 8.2 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  3. 8.3 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  4. 8.4 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  5. 8.5 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  6. 8.6 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  7. 8.7 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  8. 8.8 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  9. 10.3.x modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  10. 10.0.x modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  11. 10.1.x modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface
  12. 10.2.x modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface

Defines an interface for Activity action plugins.

Hierarchy

Expanded class hierarchy of ActivitySendInterface

All classes that implement ActivitySendInterface

File

modules/custom/activity_send/src/Plugin/ActivitySendInterface.php, line 10

Namespace

Drupal\activity_send\Plugin
View source
interface ActivitySendInterface extends PluginInspectionInterface {

  /**
   * Create a new item in queue on the action with some logic behind it.
   */
  public function create($entity);

}

Members

Namesort descending Modifiers Type Description Overrides
ActivitySendInterface::create public function Create a new item in queue on the action with some logic behind it. 1
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2