Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Murica behavioring. #143

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Plugin/migrate/process/Subindex.php
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
* dereference, to attempt to use as the index to access.
* - "skip_row_if_missing": Deprecated in favour of "missing_behavior". A flag
* to indicate if the row should be skipped when we find there's no value.
* - "missing_behaviour": A string indicating what should happen when we fail
* - "missing_behavior": A string indicating what should happen when we fail
* to find the target value. One of:
* - "abort": Stop the migration, throwing an exception.
* - "skip_process": Stop processing the property.