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
$request = Request::createFromGlobals(); $getParameter = $request->get('getParameter');