class Action

Same name in this branch

Defines an Action annotation object.

Hierarchy

Expanded class hierarchy of Action

See also

\Drupal\Core\Action\ActionInterface

\Drupal\Core\Action\ActionManager

24 files declare their use of Action
7 string references to 'Action'
24 classes are annotated with Action

File

drupal/core/lib/Drupal/Core/Annotation/Action.php, line 20
Contains \Drupal\Core\Annotation\Action.

Namespace

Drupal\Core\Annotation
View source

Members

Namesort descending Modifiers Type Description Overrides
Action::$confirm_form_path public property The path for a confirmation form for this action.
Action::$id public property The plugin ID.
Action::$label public property The human-readable name of the action plugin.
Action::$type public property The entity type the action can apply to.
Plugin::$definition protected property The plugin definiton read from the class annotation.
Plugin::get public function Implements Drupal\Core\Annotation\AnnotationInterface::get(). Overrides AnnotationInterface::get
Plugin::parse protected function Parses an annotation into its definition.
Plugin::__construct public function Constructs a Plugin object.