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

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

parent 10ca9797
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,10 @@ ...@@ -9,11 +9,10 @@
* *
* Plugin Namespace: Plugin\Action * Plugin Namespace: Plugin\Action
* *
* For a working example, see \Drupal\node\Plugin\Action\UnpublishNode
*
* @see \Drupal\Core\Action\ActionInterface * @see \Drupal\Core\Action\ActionInterface
* @see \Drupal\Core\Action\ActionManager * @see \Drupal\Core\Action\ActionManager
* @see \Drupal\Core\Action\ActionBase * @see \Drupal\Core\Action\ActionBase
* @see \Drupal\Core\Action\Plugin\Action\UnpublishAction
* @see plugin_api * @see plugin_api
* *
* @Annotation * @Annotation
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* } * }
* @endcode * @endcode
* *
* @see \Drupal\node\Plugin\Action\PublishNode * @see \Drupal\Core\Action\Plugin\Action\PublishAction
*/ */
abstract class FieldUpdateActionBase extends ActionBase { 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