public function LanguageNegotiationMethodInterface::setConfig in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/language/src/LanguageNegotiationMethodInterface.php \Drupal\language\LanguageNegotiationMethodInterface::setConfig()
Injects the configuration factory.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory.
1 method overrides LanguageNegotiationMethodInterface::setConfig()
- LanguageNegotiationMethodBase::setConfig in core/
modules/ language/ src/ LanguageNegotiationMethodBase.php - Injects the configuration factory.
File
- core/
modules/ language/ src/ LanguageNegotiationMethodInterface.php, line 35 - Contains \Drupal\language\LanguageNegotiationMethodInterface.
Class
- LanguageNegotiationMethodInterface
- Interface for language negotiation classes.
Namespace
Drupal\languageCode
public function setConfig(ConfigFactoryInterface $config);