You are here

public function ContentExportMultiple::getCancelUrl in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Form/ContentExportMultiple.php \Drupal\content_sync\Form\ContentExportMultiple::getCancelUrl()

Returns the route to go to if the user cancels the action.

Return value

\Drupal\Core\Url A URL object.

Overrides ConfirmFormInterface::getCancelUrl

File

src/Form/ContentExportMultiple.php, line 101

Class

ContentExportMultiple
Class ContentExportMultiple

Namespace

Drupal\content_sync\Form

Code

public function getCancelUrl() {
  return new Url('system.admin_content');
}