Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2a4c2f6b
Commit
2a4c2f6b
authored
Jun 25, 2014
by
alexpott
Browse files
Issue
#2288499
by er.pushpinderrana | jhodgdon: Fixed Action plugin classes need more docs links.
parent
d5bb653b
Changes
4
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Action/ActionBase.php
View file @
2a4c2f6b
...
...
@@ -12,6 +12,11 @@
/**
* 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
{
...
...
core/lib/Drupal/Core/Action/ActionInterface.php
View file @
2a4c2f6b
...
...
@@ -15,6 +15,8 @@
*
* @see \Drupal\Core\Annotation\Action
* @see \Drupal\Core\Action\ActionManager
* @see \Drupal\Core\Action\ActionBase
* @see plugin_api
*/
interface
ActionInterface
extends
ExecutableInterface
,
PluginInspectionInterface
{
...
...
core/lib/Drupal/Core/Action/ActionManager.php
View file @
2a4c2f6b
...
...
@@ -16,6 +16,8 @@
*
* @see \Drupal\Core\Annotation\Action
* @see \Drupal\Core\Action\ActionInterface
* @see \Drupal\Core\Action\ActionBase
* @see plugin_api
*/
class
ActionManager
extends
DefaultPluginManager
{
...
...
core/lib/Drupal/Core/Annotation/Action.php
View file @
2a4c2f6b
...
...
@@ -12,8 +12,14 @@
/**
* 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\ActionManager
* @see \Drupal\Core\Action\ActionBase
* @see plugin_api
*
* @Annotation
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment