CRM-20926 - hook_civicrm_{alter,xml}Menu - Fill in docs. Add PHPIDS docs.
Created by: totten
This fills in some missing documentation for the menu hooks, and it adds new documentation for the
ids_arguments
defined by CRM-20926.
Testing tips:
- If you'd like test a particular form, you can try opening your form in a browser and passing a suspicious input (as in https://gist.github.com/totten/27cc1bde206fe17371c8a6d7cb361e49).
- If you'd like to inspect the exact ratings produced by PHPIDS for the inputs, see
the throw-away script
check-ids-value.php
(also in https://gist.github.com/totten/27cc1bde206fe17371c8a6d7cb361e49).