You are here

function content_synchronizer_form_alter in Content Synchronizer 8

Same name and namespace in other branches
  1. 8.2 content_synchronizer.module \content_synchronizer_form_alter()
  2. 3.x content_synchronizer.module \content_synchronizer_form_alter()

Implements hook_form_alter().

File

./content_synchronizer.module, line 35
Hooks definitions for content_synchronizer module.

Code

function content_synchronizer_form_alter(&$form, FormStateInterface $form_state, $form_id) {
  \Drupal::service(EntityExportFormBuilder::SERVICE_NAME)
    ->addExportFields($form, $form_state);
}