You are here

function ip_language_negotiation_form_system_performance_settings_alter in IP Language Negotiation 8

Same name and namespace in other branches
  1. 7 ip_language_negotiation.module \ip_language_negotiation_form_system_performance_settings_alter()

Implements hook_form_alter().

File

./ip_language_negotiation.module, line 11
Main module file for the IP Language Negotiation.

Code

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