function lingotek_form_language_admin_edit_form_alter in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 lingotek.module \lingotek_form_language_admin_edit_form_alter()
- 8.2 lingotek.module \lingotek_form_language_admin_edit_form_alter()
- 4.0.x lingotek.module \lingotek_form_language_admin_edit_form_alter()
- 3.0.x lingotek.module \lingotek_form_language_admin_edit_form_alter()
- 3.1.x lingotek.module \lingotek_form_language_admin_edit_form_alter()
- 3.2.x lingotek.module \lingotek_form_language_admin_edit_form_alter()
- 3.3.x lingotek.module \lingotek_form_language_admin_edit_form_alter()
- 3.5.x lingotek.module \lingotek_form_language_admin_edit_form_alter()
- 3.6.x lingotek.module \lingotek_form_language_admin_edit_form_alter()
- 3.7.x lingotek.module \lingotek_form_language_admin_edit_form_alter()
- 3.8.x lingotek.module \lingotek_form_language_admin_edit_form_alter()
Implements hook_form_FORM_ID_alter().
File
- ./
lingotek.module, line 673 - Implements Drupal-related hooks for the Lingotek Translation module.
Code
function lingotek_form_language_admin_edit_form_alter(&$form, FormStateInterface $form_state, $form_id) {
\Drupal::service('lingotek.language_form')
->form($form, $form_state);
}