CRM-11925 - Remove DrupalBase::getAllModulePermissions() because:
authorTim Otten <totten@civicrm.org>
Thu, 7 Mar 2013 08:19:06 +0000 (03:19 -0500)
committerTim Otten <totten@civicrm.org>
Fri, 8 Mar 2013 01:16:26 +0000 (20:16 -0500)
commitc0d37c80e9c3af3c14ace3a8afd993bc0997d38b
tree38cfce828ab8d421092ac5dc6a04d53b85cf6b00
parent8f956541d58977671f6d21ff5d8dec6e49a8a938
CRM-11925 - Remove DrupalBase::getAllModulePermissions() because:

1. We only need to support hook_permissions for Civi ext-modules, so we don't need a special way to invoke that hook in Drupal.
2. The parent class implements the function in a simpler/more portable way.
CRM/Core/Permission/DrupalBase.php