- Issue created by @leeksoup
- Status changed to Postponed: needs info
4 months ago 5:17am 28 August 2024 - πΊπ¦Ukraine nginex
@leeksoup I checked your code and here is my notes:
1. If you implement this plugin in your custom module, can you please change your namespace, currently you are using (it must contain your module name, not the contrib module name)
namespace Drupal\single_content_sync\Plugin\SingleContentSyncBaseFieldsProcessor;
2. Your class name "assessment_question" does not follow any standards, could you please follow naming pattern e.g. AssessmentQuestion
Could you please try it, clear cache and let me know if it works
- Status changed to Closed: works as designed
4 months ago 5:30am 28 August 2024 Thank you for the quick response! I will fix those items.
Nvm, it's my fault. I forgot to add my custom plugin to the site where I was importing the content. :facepalm: When I fixed that, it all imported fine. Nice work on the module!
Apologies! ... and I'll close this issue.