ip_language_negotiation.module in IP Language Negotiation 8
Same filename and directory in other branches
Main module file for the IP Language Negotiation.
File
ip_language_negotiation.moduleView source
<?php
use Drupal\Core\Form\FormStateInterface;
/**
* @file
* Main module file for the IP Language Negotiation.
*/
/**
* Implements hook_form_alter().
*/
function ip_language_negotiation_form_system_performance_settings_alter(&$form, FormStateInterface $form_state) {
$form['caching']['#description'] = t('Please note: page caching is disabled on the front page by the IP Language Negotiation module.');
}
Functions
Name | Description |
---|---|
ip_language_negotiation_form_system_performance_settings_alter | Implements hook_form_alter(). |