You are here

class UpdateActivityAction in Open Social 10.0.x

Same name and namespace in other branches
  1. 8.9 modules/custom/activity_basics/src/Plugin/ActivityAction/UpdateActivityAction.php \Drupal\activity_basics\Plugin\ActivityAction\UpdateActivityAction
  2. 8.8 modules/custom/activity_basics/src/Plugin/ActivityAction/UpdateActivityAction.php \Drupal\activity_basics\Plugin\ActivityAction\UpdateActivityAction
  3. 10.3.x modules/custom/activity_basics/src/Plugin/ActivityAction/UpdateActivityAction.php \Drupal\activity_basics\Plugin\ActivityAction\UpdateActivityAction
  4. 10.1.x modules/custom/activity_basics/src/Plugin/ActivityAction/UpdateActivityAction.php \Drupal\activity_basics\Plugin\ActivityAction\UpdateActivityAction
  5. 10.2.x modules/custom/activity_basics/src/Plugin/ActivityAction/UpdateActivityAction.php \Drupal\activity_basics\Plugin\ActivityAction\UpdateActivityAction

Provides a 'MoveActivityAction' activity action.

Plugin annotation


@ActivityAction(
 id = "update_entity_action",
 label = @Translation("Action that is triggered when a entity is updated"),
)

Hierarchy

Expanded class hierarchy of UpdateActivityAction

File

modules/custom/activity_basics/src/Plugin/ActivityAction/UpdateActivityAction.php, line 15

Namespace

Drupal\activity_basics\Plugin\ActivityAction
View source
class UpdateActivityAction extends ActivityActionBase {

}

Members

Namesort descending Modifiers Type Description Overrides
ActivityActionBase::create public function Creates a new message on the action with some logic behind it. Overrides ActivityActionInterface::create 1
ActivityActionBase::createMessage public function Dumb function that can be called to create the message. Overrides ActivityActionInterface::createMessage
ActivityActionBase::isValidEntity public function Checks if this is a valid entity for the action. Overrides ActivityActionInterface::isValidEntity
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 2
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. 98