public ConfigTranslationFormBase::buildForm(array $form, FormStateInterface $form_state, RouteMatchInterface $route_match = NULL, $plugin_id = NULL, $langcode = NULL)
Implements \Drupal\Core\Form\FormInterface::buildForm().
Builds configuration form with metadata and values from the source language.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
\Drupal\Core\Routing\RouteMatchIn