You are here

public function SourceCsvForm::getCancelUrl in Migrate Tools 8.4

File

src/Form/SourceCsvForm.php, line 381

Class

SourceCsvForm
Provides an edit form for CSV source plugin column_names configuration.

Namespace

Drupal\migrate_tools\Form

Code

public function getCancelUrl() {
  return new Url('entity.migration_group.list');
}