You are here

function LanguageNegotiatorInterface::purgeConfiguration in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 200
Contains \Drupal\language\LanguageNegotiatorInterface.

Class

LanguageNegotiatorInterface
Common interface for language negotiation services.

Namespace

Drupal\language

Code

function purgeConfiguration();