Project

General

Profile

Actions

Task #99086

closed

Add default value for "method" attribute in FormViewHelper

Added by Sybille Peters about 2 years ago. Updated 10 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2022-11-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The default is "post" but this does not show up in the automatically generated ViewHelper reference since default is not set in the initializeArguments method:

$this->registerTagAttribute('method', 'string', 'Transfer type (GET or POST)');

However, the attribute is always set, the default value would be "post".

Actions

Also available in: Atom PDF