abstract class ActivitySendBase in Open Social 8.3
Same name and namespace in other branches
- 8.9 modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 8 modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 8.2 modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 8.4 modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 8.5 modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 8.6 modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 8.7 modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 8.8 modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 10.3.x modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 10.0.x modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 10.1.x modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
- 10.2.x modules/custom/activity_send/src/Plugin/ActivitySendBase.php \Drupal\activity_send\Plugin\ActivitySendBase
Base class for Activity send plugins.
Hierarchy
- class \Drupal\Component\Plugin\PluginBase implements DerivativeInspectionInterface, PluginInspectionInterface
- class \Drupal\activity_send\Plugin\ActivitySendBase implements ActivitySendInterface
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\PluginView source
abstract class ActivitySendBase extends PluginBase implements ActivitySendInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ActivitySendInterface:: |
public | function | Create a new item in queue on the action with some logic behind it. | 1 |
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | 1 |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
constant | A string which is used to separate base plugin IDs from the derivative ID. | ||
PluginBase:: |
public | function |
Gets the base_plugin_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the derivative_id of the plugin instance. Overrides DerivativeInspectionInterface:: |
|
PluginBase:: |
public | function |
Gets the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
3 |
PluginBase:: |
public | function |
Gets the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function | Determines if the plugin is configurable. | |
PluginBase:: |
public | function | Constructs a \Drupal\Component\Plugin\PluginBase object. | 92 |