comparison vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.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
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
35 $this->loadInternal($this->processConfiguration($this->getConfiguration($configs, $container), $configs), $container); 35 $this->loadInternal($this->processConfiguration($this->getConfiguration($configs, $container), $configs), $container);
36 } 36 }
37 37
38 /** 38 /**
39 * Configures the passed container according to the merged configuration. 39 * Configures the passed container according to the merged configuration.
40 *
41 * @param array $mergedConfig
42 * @param ContainerBuilder $container
43 */ 40 */
44 abstract protected function loadInternal(array $mergedConfig, ContainerBuilder $container); 41 abstract protected function loadInternal(array $mergedConfig, ContainerBuilder $container);
45 } 42 }