You are here

function label_length_limit_form_config_translation_form_alter in Override label length limititation 8

Same name and namespace in other branches
  1. 2.0.x label_length_limit.module \label_length_limit_form_config_translation_form_alter()

Implements hook_form_FORM_ID_alter().

File

./label_length_limit.module, line 90
Contains label_length_limit.module.

Code

function label_length_limit_form_config_translation_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  _label_length_limit_set_translation_label_length($form, $form_state, $form_id);
}