CRM_Core_Permission_UnitTests
class CRM_Core_Permission_UnitTests extends CRM_Core_Permission_Base
Properties
array | $permissions | permission mapping to stub check() calls |
Methods
Translate permission.
Get the permissioned where clause for the user.
Get the permissioned where clause for the user when trying to see groups.
Get all groups from database, filtered by permissions for this user
Get group clause for this user.
Given a permission string, check for access requirements
Given a roles array, check for access requirements
Get all the contact emails for users that have a specific permission.
Get all the contact emails for users that have a specific role.
Determine whether the permission store allows us to store a list of permissions generated dynamically (eg by hook_civicrm_permissions.)
Ensure that the CMS supports all the permissions defined by CiviCRM and its extensions. If there are stale permissions, they should be deleted. This is useful during module upgrade when the newer module version has removed permission that were defined in the older version.
Get the permissions defined in the hook_civicrm_permission implementation of the given module.
Get the permissions defined in the hook_civicrm_permission implementation in all enabled CiviCRM module extensions.
Details
in CRM_Core_Permission_Base at line 61
NULL|string
translatePermission(string $perm, string $nativePrefix, array $map)
Translate permission.
in CRM_Core_Permission_Base at line 85
string
getPermission()
Get the current permission of this user.
at line 82
string
whereClause(int $type, array $tables, array $whereTables)
Get the permissioned where clause for the user.
in CRM_Core_Permission_Base at line 119
string
getPermissionedStaticGroupClause(int $type, array $tables, array $whereTables)
Get the permissioned where clause for the user when trying to see groups.
in CRM_Core_Permission_Base at line 137
array
group(string $groupType = NULL, bool $excludeHidden = TRUE)
Get all groups from database, filtered by permissions for this user
in CRM_Core_Permission_Base at line 154
string
groupClause(int $type, array $tables, array $whereTables)
Get group clause for this user.
at line 57
check(string $str, int $userId = NULL)
Given a permission string, check for access requirements
in CRM_Core_Permission_Base at line 179
bool
checkGroupRole(array $array)
Given a roles array, check for access requirements
in CRM_Core_Permission_Base at line 190
permissionEmails(string $permissionName)
Get all the contact emails for users that have a specific permission.
in CRM_Core_Permission_Base at line 201
roleEmails(string $roleName)
Get all the contact emails for users that have a specific role.
in CRM_Core_Permission_Base at line 212
bool
isModulePermissionSupported()
Determine whether the permission store allows us to store a list of permissions generated dynamically (eg by hook_civicrm_permissions.)
in CRM_Core_Permission_Base at line 228
upgradePermissions(array $permissions)
Ensure that the CMS supports all the permissions defined by CiviCRM and its extensions. If there are stale permissions, they should be deleted. This is useful during module upgrade when the newer module version has removed permission that were defined in the older version.
in CRM_Core_Permission_Base at line 245
static array
getModulePermissions($module)
Get the permissions defined in the hook_civicrm_permission implementation of the given module.
Note: At time of writing, this is only used with native extension-modules, so there's one, predictable calling convention (regardless of CMS).
in CRM_Core_Permission_Base at line 265
array
getAllModulePermissions(bool $descriptions = FALSE)
Get the permissions defined in the hook_civicrm_permission implementation in all enabled CiviCRM module extensions.