public LanguageNegotiationMethodBase::setConfig(ConfigFactoryInterface $config)
Injects the configuration factory.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory.
Overrides LanguageNegotiationMethodInterface::setConfig
File
- core/modules/language/src/LanguageNegotiationMethodBase.php, line 45
Class
- LanguageNegotiationMethodBase
- Base class for language negotiation methods.
Namespace
Drupal\language
Code
1 2 3 | public function setConfig(ConfigFactoryInterface $config ) { $this ->config = $config ; } |
Please login to continue.