You are here

public property Action::$confirm_form_route_name in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Annotation/Action.php \Drupal\Core\Annotation\Action::confirm_form_route_name

The route name for a confirmation form for this action.

@todo Provide a more generic way to allow an action to be confirmed first.

Type: string (optional)

File

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

Class

Action
Defines an Action annotation object.

Namespace

Drupal\Core\Annotation

Code

public $confirm_form_route_name = '';