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

Rename things named Import #3961

Merged
merged 8 commits into from May 10, 2023
Merged

Rename things named Import #3961

merged 8 commits into from May 10, 2023

Conversation

paul-m
Copy link
Contributor

@paul-m paul-m commented May 8, 2023

Renames classes named Import to have more descriptive names.

The previous Import class is left as deprecated.

Deprecated Class New Class
Drupal\datastore\Service\Import Drupal\datastore\Service\ImportService
Drupal\datastore\Service\Factory\Import Drupal\datastore\Service\Factory\ImportServiceFactory
Drupal\datastore\Plugin\QueueWorker\Import Drupal\datastore\Plugin\QueueWorker\ImportQueueWorker

Also updates modules/datastore/tests/src/Unit/Plugin/QueueWorker/ImportJobTest.php so that we test the import values, without testing how many queue item passes are required to finish.

@paul-m paul-m marked this pull request as ready for review May 9, 2023 16:07
@dafeder dafeder merged commit 1fd9d1a into 2.x May 10, 2023
11 checks passed
@janette janette deleted the 14907-rename-import branch May 19, 2023 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants