function hook_language_update

React to a language that was just updated in the system.

Parameters

$language: A language object.

Related topics

2 functions implement hook_language_update()
1 invocation of hook_language_update()

File

drupal/core/modules/language/language.api.php, line 42
Hooks provided by the Language module.

Code

function hook_language_update($language) {
  example_refresh_permissions();
}