Is it possible to replace a parameter within a yaml file, e.g.
foo: '%logged_user%'
with the username of the currently logged user in symfony2? What do i need to write therefore in parameters.yml ?
logged_user: ???