Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
migrate_plus
Commits
0b7a1cf6
Commit
0b7a1cf6
authored
Oct 22, 2018
by
Andrew Macpherson
Committed by
Lucas Hedding
Oct 22, 2018
Browse files
Issue
#3004775
by andrewmacpherson, heddn: README incorrectly refers to hook_prepare_row()
parent
2dbfdd4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.txt
View file @
0b7a1cf6
...
...
@@ -7,8 +7,8 @@ Extensions to base API
migration configuration.
* A MigrationGroup configuration entity is provided, which enables migrations to
be organized in groups, and to maintain shared configuration in one place.
* A MigrateEvents::PREPARE_ROW event is provided to dispatch
hook_prepare_row()
invocations as events.
* A MigrateEvents::PREPARE_ROW event is provided to dispatch
hook_migrate_prepare_row()
invocations as events.
* A SourcePluginExtension class is provided, enabling one to define fields and
IDs for a source plugin via configuration rather than requiring PHP code.
...
...
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