Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
field_collection
Commits
76a8f053
Commit
76a8f053
authored
Jul 03, 2014
by
tbfisher
Committed by
jmuzz
Jul 03, 2014
Browse files
Issue #2196013 by tbfisher: Added support for Migrate module system of record.
parent
cedb1d3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
field_collection.migrate.inc
field_collection.migrate.inc
+1
-0
No files found.
field_collection.migrate.inc
View file @
76a8f053
...
...
@@ -70,6 +70,7 @@ class MigrateDestinationFieldCollection extends MigrateDestinationEntity {
*/
public
function
fields
()
{
$fields
=
migrate_handler_invoke_all
(
'Entity'
,
'fields'
,
$this
->
entityType
,
$this
->
bundle
);
$fields
[
'item_id'
]
=
t
(
'Field collection entity ID'
);
$fields
[
'host_entity_id'
]
=
t
(
'Field collection host ID'
);
return
$fields
;
}
...
...
Write
Preview
Markdown
is supported
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