You are here

global $conf in Drupal 9

Same name and namespace in other branches
  1. 8 core/globals.api.php \conf
  2. 7 authorize.php \conf

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';

See also

\Drupal\Core\DrupalKernel::$serviceProviderClasses

File

core/globals.api.php, line 55
These are the global variables that Drupal uses.

Code

global $conf;