Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-kernel/Config/FileLocator.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
23 { | 23 { |
24 private $kernel; | 24 private $kernel; |
25 private $path; | 25 private $path; |
26 | 26 |
27 /** | 27 /** |
28 * Constructor. | |
29 * | |
30 * @param KernelInterface $kernel A KernelInterface instance | 28 * @param KernelInterface $kernel A KernelInterface instance |
31 * @param null|string $path The path the global resource directory | 29 * @param null|string $path The path the global resource directory |
32 * @param array $paths An array of paths where to look for resources | 30 * @param array $paths An array of paths where to look for resources |
33 */ | 31 */ |
34 public function __construct(KernelInterface $kernel, $path = null, array $paths = array()) | 32 public function __construct(KernelInterface $kernel, $path = null, array $paths = array()) |