When a module is using the Symfony container in a hook_init()
call, it's possible that the code is throwing an error because the global $_drupal_symfony_di_container
has not been set yet.
We need to be sure that the global has been set before any other module is calling hook_init()