Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / language_negotiation_info_alter.twig
1 /**
2  * Implements hook_language_negotiation_info_alter().
3  */
4 function {{ machine_name }}_language_negotiation_info_alter(array &$negotiation_info) {
5   if (isset($negotiation_info['custom_language_method'])) {
6     $negotiation_info['custom_language_method']['config'] = 'admin/config/regional/language/detection/custom-language-method';
7   }
8 }