Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
99385d75
Commit
99385d75
authored
Apr 07, 2014
by
Nathaniel Catchpole
Browse files
Issue
#2233887
by benjy: Alias Destination is broken.
parent
633282c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/migrate/lib/Drupal/migrate/Plugin/migrate/destination/UrlAlias.php
View file @
99385d75
...
...
@@ -64,7 +64,7 @@ public static function create(ContainerInterface $container, array $configuratio
*/
public
function
import
(
Row
$row
,
array
$old_destination_id_values
=
array
())
{
$path
=
$this
->
path
->
save
(
$path
=
$this
->
aliasStorage
->
save
(
$row
->
getDestinationProperty
(
'source'
),
$row
->
getDestinationProperty
(
'alias'
),
$row
->
getDestinationProperty
(
'langcode'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment