Skip to content
Snippets Groups Projects

Draft: Issue #2909370: Fix 'Drupal.Commenting.VariableComment.IncorrectVarType' coding standard

Compare and
19 files
+ 75
34
Compare changes
  • Side-by-side
  • Inline
Files
19
@@ -39,9 +39,11 @@ class Action extends Plugin {
/**
* 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.
*
* @var string (optional)
* @var string
*/
public $confirm_form_route_name = '';
Loading