public property Action::$confirm_form_path

The path for a confirmation form for this action.

@todo Change this to accept a route. @todo Provide a more generic way to allow an action to be confirmed first.

Type: string (optional)

File

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

Class

Action
Defines an Action annotation object.

Namespace

Drupal\Core\Annotation

Code

public $confirm_form_path = '';