function lingotek_form_language_admin_edit_form_alter in Lingotek Translation 8
Same name and namespace in other branches
- 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.4.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 449 - lingotek.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);
}