By quietone on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.3.x
Introduced in version:
10.3.0
Issue links:
Description:
The following action plugins have moved to the Action UI module.
UnpublishByKeywordComment(comment_unpublish_by_keyword_action)
UnpublishByKeywordNode(node_unpublish_by_keyword_action)
AssignOwnerNode(node_assign_owner_action)
Upgrade configuration on existing sites
Plugins
- Any classes extending \Drupal\comment\Plugin\Action\UnpublishByKeywordComment should extend \Drupal\action\Plugin\Action\UnpublishByKeywordComment.
- Any classes extending \\Drupal\node\Plugin\Action\UnpublishByKeywordNode should extend \Drupal\action\Plugin\Action\UnpublishByKeywordNode.
- Any classes extending \\Drupal\node\Plugin\Action\AssignOwnerNode should extend \Drupal\action\Plugin\Action\AssignOwnerNode.
If you want to keep using the functionality provided by these plugins, read the recommendations for Action.
Impacts:
Site builders, administrators, editors
Module developers