comparison core/modules/config_translation/src/ConfigNamesMapper.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 129ea1e6d783
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
151 * {@inheritdoc} 151 * {@inheritdoc}
152 */ 152 */
153 public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) { 153 public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
154 // Note that we ignore the plugin $configuration because mappers have 154 // Note that we ignore the plugin $configuration because mappers have
155 // nothing to configure in themselves. 155 // nothing to configure in themselves.
156 return new static ( 156 return new static(
157 $plugin_id, 157 $plugin_id,
158 $plugin_definition, 158 $plugin_definition,
159 $container->get('config.factory'), 159 $container->get('config.factory'),
160 $container->get('config.typed'), 160 $container->get('config.typed'),
161 $container->get('locale.config_manager'), 161 $container->get('locale.config_manager'),