classFinder * @property DrupalSystemInterface $system * @property DrupalPhaseControl $phaseControl * @property DrupalExtensionAdapter $extensionRegistrationService * @property ExtensionNamespaces extensionNamespaces * @property LibrariesInfoAlter librariesInfoAlter * * @see \Drupal\xautoload\DIC\ServiceContainer * @see \Drupal\xautoload\DIC\ServiceFactory */ interface ServiceContainerInterface { /** * Retrieves a lazy-instantiated service. * * @param string $key * A key to specify a service. * @return mixed * The service for the given key. Usually an object. */ function __get($key); }