public LanguageNegotiationMethodInterface::setConfig(ConfigFactoryInterface $config)
Injects the configuration factory.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The configuration factory.
File
- core/modules/language/src/LanguageNegotiationMethodInterface.php, line 30
Class
- LanguageNegotiationMethodInterface
- Interface for language negotiation classes.
Namespace
Drupal\language
Code
public function setConfig(ConfigFactoryInterface $config);
Please login to continue.