API reference for Views Access Callback 8
Primary tabs
Topics
Name | Description |
---|---|
About Views Access Callback | In Views Access Callback, a callback is a function that is invoked by views to check whether a user may access a a given view. The callback function should return a boolean. TRUE means the user may access the view, FALSE means the user may not. |
Views Access Callback hooks | Hooks that can be implemented by other modules in order to implement the Views Access Callback API. |