You are here

public function LanguageNegotiatorInterface::purgeConfiguration in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::purgeConfiguration()
  2. 10 core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::purgeConfiguration()

Resave the configuration to purge missing negotiation methods.

1 method overrides LanguageNegotiatorInterface::purgeConfiguration()
LanguageNegotiator::purgeConfiguration in core/modules/language/src/LanguageNegotiator.php
Resave the configuration to purge missing negotiation methods.

File

core/modules/language/src/LanguageNegotiatorInterface.php, line 194

Class

LanguageNegotiatorInterface
Common interface for language negotiation services.

Namespace

Drupal\language

Code

public function purgeConfiguration();