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
email
Commits
b4b5ec99
Commit
b4b5ec99
authored
May 23, 2013
by
mikeryan
Committed by
Matthias Hutterer
May 23, 2013
Browse files
Issue #1832746 by mikeryan: Fixed class registration for Migrate 2.5 or later.
parent
a9ff4ff5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
email.module
email.module
+4
-1
No files found.
email.module
View file @
b4b5ec99
...
...
@@ -20,7 +20,10 @@ function email_field_info() {
* Implements hook_migrate_api().
*/
function
email_migrate_api
()
{
return
array
(
'api'
=>
2
);
return
array
(
'api'
=>
2
,
'field handlers'
=>
array
(
'MigrateEmailFieldHandler'
),
);
}
/**
...
...
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