Symfony Get static Container

  global $kernel;
  $container = $kernel->getContainer();
Elegant Elk