public function YamlFileLoader::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/DependencyInjection/YamlFileLoader.php \Drupal\Core\DependencyInjection\YamlFileLoader::__construct()
File
- core/
lib/ Drupal/ Core/ DependencyInjection/ YamlFileLoader.php, line 50 - Contains \Drupal\Core\DependencyInjection\YamlFileLoader.
Class
- YamlFileLoader
- YamlFileLoader loads YAML files service definitions.
Namespace
Drupal\Core\DependencyInjectionCode
public function __construct(ContainerBuilder $container) {
$this->container = $container;
$this->fileCache = FileCacheFactory::get('container_yaml_loader');
}