You are here

ip_language_negotiation.module in IP Language Negotiation 8

Same filename and directory in other branches
  1. 7 ip_language_negotiation.module

Main module file for the IP Language Negotiation.

File

ip_language_negotiation.module
View 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.');
}