You are here

namespace Drupal\node\Plugin\Action in Drupal 10

Same name in other branches
  1. 8 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.
DemoteNode core/modules/node/src/Plugin/Action/DemoteNode.php Demotes a node.
PromoteNode core/modules/node/src/Plugin/Action/PromoteNode.php Promotes a node.
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.
UnstickyNode core/modules/node/src/Plugin/Action/UnstickyNode.php Makes a node not sticky.