You are here

abstract class ActivitySendBase in Open Social 8.4

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

Base class for Activity send plugins.

Hierarchy

Expanded class hierarchy of ActivitySendBase

1 file declares its use of ActivitySendBase
EmailActivitySend.php in modules/custom/activity_send/modules/activity_send_email/src/Plugin/ActivitySend/EmailActivitySend.php

File

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

Namespace

Drupal\activity_send\Plugin
View source
abstract class ActivitySendBase extends PluginBase implements ActivitySendInterface {

}

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
PluginBase::$configuration protected property Configuration information passed into the plugin. 1
PluginBase::$pluginDefinition protected property The plugin implementation definition. 1
PluginBase::$pluginId protected property The plugin_id.
PluginBase::DERIVATIVE_SEPARATOR constant A string which is used to separate base plugin IDs from the derivative ID.
PluginBase::getBaseId public function Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface::getBaseId
PluginBase::getDerivativeId public function Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface::getDerivativeId
PluginBase::getPluginDefinition public function Gets the definition of the plugin implementation. Overrides PluginInspectionInterface::getPluginDefinition 3
PluginBase::getPluginId public function Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface::getPluginId
PluginBase::isConfigurable public function Determines if the plugin is configurable.
PluginBase::__construct public function Constructs a \Drupal\Component\Plugin\PluginBase object. 92