Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
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
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
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