Symfony: get() – how exactly does this work? – SEO
I have a line in a sample Symfony app that reads: $seo = $this->get('sonata.seo.page'); However the config.yml file reads: sonata_seo: page: metas: property: ... etc ... I've read http://symfony.com/doc/current/service_container.html but I'm not clear how exactly the get('sonata.seo.page') works. Does it…