You are here

public function ActivitySendInterface::create 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::create()
  2. 8.2 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()
  3. 8.3 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()
  4. 8.4 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()
  5. 8.5 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()
  6. 8.6 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()
  7. 8.7 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()
  8. 8.8 modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()
  9. 10.3.x modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()
  10. 10.0.x modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()
  11. 10.1.x modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()
  12. 10.2.x modules/custom/activity_send/src/Plugin/ActivitySendInterface.php \Drupal\activity_send\Plugin\ActivitySendInterface::create()

Create a new item in queue on the action with some logic behind it.

1 method overrides ActivitySendInterface::create()
EmailActivitySend::create in modules/custom/activity_send/modules/activity_send_email/src/Plugin/ActivitySend/EmailActivitySend.php
Create a new item in queue on the action with some logic behind it.

File

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

Class

ActivitySendInterface
Defines an interface for Activity action plugins.

Namespace

Drupal\activity_send\Plugin

Code

public function create($entity);