Skip to content
Snippets Groups Projects
  1. Aug 07, 2017
  2. Aug 03, 2017
  3. Aug 01, 2017
  4. Jul 31, 2017
  5. Jul 28, 2017
  6. Jul 25, 2017
  7. Jul 12, 2017
  8. Jul 05, 2017
  9. Jul 03, 2017
  10. Jun 30, 2017
  11. Jun 28, 2017
  12. Jun 26, 2017
  13. Jun 25, 2017
  14. Jun 24, 2017
  15. Jun 20, 2017
  16. Jun 17, 2017
  17. Jun 15, 2017
  18. Jun 14, 2017
  19. Jun 13, 2017
  20. May 31, 2017
    • totten's avatar
      hook_civicrm_* - Fix various parameter names · 316fc894
      totten authored
      This updates the docs to ensure that hook parameters exactly match the names
      in the code.
      
      Prior to 4.7.19, the names of hook-parameters didn't really matter (as long
      as they were in the right order).  In 4.7.19, the names took on extra
      significance because Symfony-based listeners use objects and fields (e.g.
      `$event->firstParam`) instead of ordered params (`function($firstParam)`).
      316fc894
    • totten's avatar
      symfony.md - More copy-edits · 081e0b15
      totten authored
      081e0b15
Loading