Skip to content
Snippets Groups Projects
  1. Jun 17, 2017
  2. Jun 16, 2017
  3. Jun 15, 2017
  4. Jun 14, 2017
  5. Jun 13, 2017
  6. Jun 12, 2017
  7. Jun 07, 2017
  8. Jun 03, 2017
  9. May 31, 2017
    • totten's avatar
      Merge pull request #171 from totten/master-symfony-ev · 0fe491cb
      totten authored
      CRM-19813 - Document support for hooks via Symfony
      0fe491cb
    • 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
Loading