You are here

protected property YamlFileLoader::$fileCache in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Core/DependencyInjection/YamlFileLoader.php \Drupal\Core\DependencyInjection\YamlFileLoader::fileCache

File cache object.

Type: \Drupal\Component\FileCache\FileCacheInterface

File

lib/Drupal/Core/DependencyInjection/YamlFileLoader.php, line 47
Contains \Drupal\Core\DependencyInjection\YamlFileLoader.

Class

YamlFileLoader
YamlFileLoader loads YAML files service definitions.

Namespace

Drupal\Core\DependencyInjection

Code

protected $fileCache;