Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Developer Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Documentation
Docs
Developer Documentation
Commits
53f0d4d9
Unverified
Commit
53f0d4d9
authored
6 years ago
by
colemanw
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #588 from artfulrobot/patch-1
Update hook_civicrm_aclWhereClause.md
parents
1a6ac90b
f4407ddb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/hooks/hook_civicrm_aclWhereClause.md
+8
-1
8 additions, 1 deletion
docs/hooks/hook_civicrm_aclWhereClause.md
with
8 additions
and
1 deletion
docs/hooks/hook_civicrm_aclWhereClause.md
+
8
−
1
View file @
53f0d4d9
...
...
@@ -21,7 +21,14 @@ query is performed. Those will join onto the
## Parameters
-
$type - type of permission needed
-
$type - Integer type of permission needed, matching these class constants:
-
`CRM_Core_Permission::EDIT`
-
`CRM_Core_Permission::VIEW`
-
`CRM_Core_Permission::DELETE`
-
`CRM_Core_Permission::CREATE`
-
`CRM_Core_Permission::SEARCH`
-
`CRM_Core_Permission::ALL`
-
`CRM_Core_Permission::ADMIN`
-
array $tables - (reference ) add the tables that are needed for the
select clause
-
array $whereTables - (reference ) add the tables that are needed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment