I am very new to symfony. In other languages like java and others I can use request.getParameter(\'parmeter name\') to get the value.
request.getParameter(\'parmeter name\')
Is there anything
Inside a controller:
$request = $this->getRequest(); $username = $request->get('username');