Action::$confirm_form_route_name

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Annotation/Action.php \Drupal\Core\Annotation\Action::confirm_form_route_name
  2. 8.9.x core/lib/Drupal/Core/Annotation/Action.php \Drupal\Core\Annotation\Action::confirm_form_route_name
  3. 10 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.

This property is optional and it does not need to be declared.

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

Type: string

File

core/lib/Drupal/Core/Annotation/Action.php, line 47

Class

Action
Defines an Action annotation object.

Namespace

Drupal\Core\Annotation

Code

public $confirm_form_route_name = '';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.