Skip to content
Snippets Groups Projects
  1. Apr 04, 2022
  2. Mar 23, 2022
  3. Apr 22, 2020
  4. Jan 30, 2020
  5. Jun 21, 2019
  6. May 21, 2019
  7. Apr 19, 2019
  8. Apr 15, 2019
  9. Feb 22, 2017
  10. Nov 27, 2015
  11. Nov 18, 2015
  12. Nov 16, 2015
  13. Nov 04, 2015
  14. Nov 01, 2015
  15. Oct 01, 2015
  16. Mar 31, 2015
  17. Nov 08, 2014
    • 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.
  18. Jun 17, 2013
  19. Jun 07, 2013
  20. Jan 01, 2013
  21. May 18, 2012
  22. Feb 08, 2012
  23. Jan 11, 2012
  24. Jan 04, 2012
  25. Oct 16, 2011
  26. Mar 10, 2011
  27. Feb 24, 2011
  28. Oct 27, 2008
Loading