Skip to content
Snippets Groups Projects
Commit 2a4c2f6b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2288499 by er.pushpinderrana | jhodgdon: Fixed Action plugin classes need more docs links.

parent d5bb653b
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,11 @@ ...@@ -12,6 +12,11 @@
/** /**
* Provides a base implementation for an Action plugin. * Provides a base implementation for an Action plugin.
*
* @see \Drupal\Core\Annotation\Action
* @see \Drupal\Core\Action\ActionManager
* @see \Drupal\Core\Action\ActionInterface
* @see plugin_api
*/ */
abstract class ActionBase extends PluginBase implements ActionInterface { abstract class ActionBase extends PluginBase implements ActionInterface {
......
...@@ -15,6 +15,8 @@ ...@@ -15,6 +15,8 @@
* *
* @see \Drupal\Core\Annotation\Action * @see \Drupal\Core\Annotation\Action
* @see \Drupal\Core\Action\ActionManager * @see \Drupal\Core\Action\ActionManager
* @see \Drupal\Core\Action\ActionBase
* @see plugin_api
*/ */
interface ActionInterface extends ExecutableInterface, PluginInspectionInterface { interface ActionInterface extends ExecutableInterface, PluginInspectionInterface {
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
* *
* @see \Drupal\Core\Annotation\Action * @see \Drupal\Core\Annotation\Action
* @see \Drupal\Core\Action\ActionInterface * @see \Drupal\Core\Action\ActionInterface
* @see \Drupal\Core\Action\ActionBase
* @see plugin_api
*/ */
class ActionManager extends DefaultPluginManager { class ActionManager extends DefaultPluginManager {
......
...@@ -12,8 +12,14 @@ ...@@ -12,8 +12,14 @@
/** /**
* Defines an Action annotation object. * Defines an Action annotation object.
* *
* 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 plugin_api
* *
* @Annotation * @Annotation
*/ */
......
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