public function YamlFileLoader::__construct

public YamlFileLoader::__construct(ContainerBuilder $container)

File

core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php, line 46

Class

YamlFileLoader
YamlFileLoader loads YAML files service definitions.

Namespace

Drupal\Core\DependencyInjection

Code

public function __construct(ContainerBuilder $container) 
 {
  $this->container = $container;
  $this->fileCache = FileCacheFactory::get('container_yaml_loader');
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!DependencyInjection!YamlFileLoader.php/function/YamlFileLoader::__construct/8.1.x