Symfony Get Container Static

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