Problem/Motivation
At the moment, PDFToImageBatchHelper uses only static methods. In general, it works, but it's much better to rework it to follow the Drupal way.
Proposed resolution
- Add DependencySerializationTrait to the PDFToImageBatchHelper class.
- Rework the methods of the helper to non-static
- Update PDFToImageManager::initConversion
Issue fork pdf_to_imagefield-3573450
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
hitchshockComment #4
hitchshock