Same name in other branches
  1. 10 Drupal\node\Plugin\Action
  2. 9 Drupal\node\Plugin\Action
Classsort descending Location Description
AssignOwnerNode core/modules/node/src/Plugin/Action/AssignOwnerNode.php Assigns ownership of a node to a user.
DeleteNode core/modules/node/src/Plugin/Action/DeleteNode.php Redirects to a node deletion form.
DemoteNode core/modules/node/src/Plugin/Action/DemoteNode.php Demotes a node.
PromoteNode core/modules/node/src/Plugin/Action/PromoteNode.php Promotes a node.
PublishNode core/modules/node/src/Plugin/Action/PublishNode.php Publishes a node.
SaveNode core/modules/node/src/Plugin/Action/SaveNode.php Provides an action that can save any entity.
StickyNode core/modules/node/src/Plugin/Action/StickyNode.php Makes a node sticky.
UnpublishByKeywordNode core/modules/node/src/Plugin/Action/UnpublishByKeywordNode.php Unpublishes a node containing certain keywords.
UnpublishNode core/modules/node/src/Plugin/Action/UnpublishNode.php Unpublishes a node.
UnstickyNode core/modules/node/src/Plugin/Action/UnstickyNode.php Makes a node not sticky.