Skip to content
Snippets Groups Projects
  1. Jan 23, 2020
  2. May 20, 2019
  3. May 08, 2019
  4. Apr 15, 2019
  5. Apr 14, 2019
  6. Apr 13, 2019
  7. Apr 06, 2019
  8. Mar 26, 2019
  9. Mar 25, 2019
  10. Mar 17, 2019
  11. Mar 16, 2019
  12. Mar 13, 2019
  13. Feb 23, 2017
  14. Nov 18, 2015
  15. Nov 16, 2015
  16. Nov 08, 2015
  17. Nov 04, 2015
  18. Oct 01, 2015
  19. Sep 12, 2015
  20. Apr 18, 2015
  21. Apr 13, 2015
  22. Mar 31, 2015
  23. Mar 24, 2015
  24. Nov 08, 2014
    • Kevin Kaland's avatar
      Add missing Title field. · 2f29e7a1
      Kevin Kaland authored
      2f29e7a1
    • Kevin Kaland's avatar
      Almost add support for parsing. · f92fc8b4
      Kevin Kaland authored
      There's lots of changes here. I should have committed more often.
      Anyway, the gist of it is:
        - General code conversion to Drupal 8 patterns. I've taken shortcuts here and there but mostly avoid that. No idea on the quality. Hopefully, someone can give me some feedback.
        - Two new entity types, FillPdfForm and FillPdfFormField. These
          correspond to the old {fillpdf_forms} and {fillpdf_fields}
          tables. Now they're finally entities, so Views support will
          be possible for those of you who wanted it. I was finally forced to
          do this, and I'm glad.
        - PDF-filling methods are now PLUGINS!!! This means they all
          implement FillPdfBackendPluginInterface, and this basically
          achieves the same thing I was trying to do with the failed
          pdf_forms project. Anyone who wants to add their own
          backend can already do it; the fillpdf_service_backend
          configuration variable is used to select the correct backend.
          It should match the annotation ID. Look at
          FillPdfServiceFillPdfBackend to get an idea of how to structure the
          plugin.
        - Better use of actual entity references. FillPdfForms store a
          reference to their underlying Files instead of just an ID. Same with
          FillPdfFormField -> FillPdfForm.
Loading