public function sourceSelectSubmit(array &$form, FormStateInterface $form_state) {
// Separate the plugin and source type.
$source = $form_state
->getValue('source');
// Redirect to the selected source type.
$form_state
->setRedirectUrl($this
->getUrlForSource($source));
}