Skip to content
Snippets Groups Projects
Unverified Commit 12658bad authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3245820 by paul121, dww, eojthebrave: Remove references to removed node publish actions

(cherry picked from commit 055054d5)
parent 24644b71
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,10 @@
*
* Plugin Namespace: Plugin\Action
*
* For a working example, see \Drupal\node\Plugin\Action\UnpublishNode
*
* @see \Drupal\Core\Action\ActionInterface
* @see \Drupal\Core\Action\ActionManager
* @see \Drupal\Core\Action\ActionBase
* @see \Drupal\Core\Action\Plugin\Action\UnpublishAction
* @see plugin_api
*
* @Annotation
......
......@@ -23,7 +23,7 @@
* }
* @endcode
*
* @see \Drupal\node\Plugin\Action\PublishNode
* @see \Drupal\Core\Action\Plugin\Action\PublishAction
*/
abstract class FieldUpdateActionBase extends ActionBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment