You are here

function lingotek_form_language_content_settings_form_alter in Lingotek Translation 3.7.x

Same name and namespace in other branches
  1. 8.2 lingotek.module \lingotek_form_language_content_settings_form_alter()
  2. 4.0.x lingotek.module \lingotek_form_language_content_settings_form_alter()
  3. 3.0.x lingotek.module \lingotek_form_language_content_settings_form_alter()
  4. 3.1.x lingotek.module \lingotek_form_language_content_settings_form_alter()
  5. 3.2.x lingotek.module \lingotek_form_language_content_settings_form_alter()
  6. 3.3.x lingotek.module \lingotek_form_language_content_settings_form_alter()
  7. 3.4.x lingotek.module \lingotek_form_language_content_settings_form_alter()
  8. 3.5.x lingotek.module \lingotek_form_language_content_settings_form_alter()
  9. 3.6.x lingotek.module \lingotek_form_language_content_settings_form_alter()
  10. 3.8.x lingotek.module \lingotek_form_language_content_settings_form_alter()

Implements hook_form_FORM_ID_alter().

File

./lingotek.module, line 699
Implements Drupal-related hooks for the Lingotek Translation module.

Code

function lingotek_form_language_content_settings_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  \Drupal::service('lingotek.language_content_settings_form')
    ->form($form, $form_state);
}