Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6f0b27bf
Commit
6f0b27bf
authored
Sep 16, 2014
by
alexpott
Browse files
Issue
#2338085
by benjy: Fixed UrlAlias Destination is missing fields implementation.
parent
f8c58623
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/migrate/src/Plugin/migrate/destination/UrlAlias.php
View file @
6f0b27bf
...
...
@@ -86,7 +86,12 @@ public function getIds() {
* {@inheritdoc}
*/
public
function
fields
(
MigrationInterface
$migration
=
NULL
)
{
// TODO: Implement fields() method.
return
[
'pid'
=>
'The path id'
,
'source'
=>
'The source path.'
,
'alias'
=>
'The url alias.'
,
'langcode'
=>
'The language code for the url.'
,
];
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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