Encore\Admin\Widgets\Form::method PHP Method

method() public method

Method of the form.
public method ( string $method = 'POST' )
$method string
    public function method($method = 'POST')
    {
        return $this->attribute('method', strtoupper($method));
    }