Allows defining of site-specific service providers for the Drupal kernel.
To define a site-specific service provider class, use code like this:
$GLOBALS['conf']['container_service_providers']['MyClassName'] = 'Drupal\\My\\Namespace\\MyClassName';
\Drupal\Core\DrupalKernel::$serviceProviderClasses
global $conf;