Redirects to a node deletion form.
@Action(
id = "node_delete_action",
label = @Translation("Delete selected content"),
type = "node",
confirm_form_path = "admin/content/node/delete"
)
Expanded class hierarchy of DeleteNode
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DeleteNode:: |
protected | property | The tempstore object. | |
DeleteNode:: |
public static | function |
Creates an instance of the plugin. Overrides ContainerFactoryPluginBase:: |
|
DeleteNode:: |
public | function |
Executes the plugin. Overrides ExecutableInterface:: |
|
DeleteNode:: |
public | function |
Executes the plugin for an array of objects. Overrides ActionBase:: |
|
DeleteNode:: |
public | function |
Constructs a new DeleteNode object. Overrides PluginBase:: |
|
PluginBase:: |
protected | property | Configuration information passed into the plugin. | 1 |
PluginBase:: |
protected | property | The plugin implementation definition. | |
PluginBase:: |
protected | property | The plugin_id. | |
PluginBase:: |
public | function |
Returns the definition of the plugin implementation. Overrides PluginInspectionInterface:: |
|
PluginBase:: |
public | function |
Returns the plugin_id of the plugin instance. Overrides PluginInspectionInterface:: |