diff --git a/core/modules/migrate/src/Plugin/migrate/process/Route.php b/core/modules/migrate/src/Plugin/migrate/process/Route.php index 0842636..ebb9a4d 100644 --- a/core/modules/migrate/src/Plugin/migrate/process/Route.php +++ b/core/modules/migrate/src/Plugin/migrate/process/Route.php @@ -13,9 +13,6 @@ /** * Sets the destination route information based on the source link_path. * - * The route process plugin sets the destination route information based on the - * source link_path. - * * The source value is an array of two values: * - link_path: The path or URL of the route. * - options: An array of URL options, e.g. query string, attributes, etc. @@ -43,7 +40,7 @@ * another_route_field: * plugin: route * source: - * - 'https://www.drupal.org' + * - 'user/login' * - * query: * destination: 'node/1'