Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 548 Bytes

DefaultPermissionManager.md

File metadata and controls

10 lines (6 loc) · 548 Bytes

PermissionManagers\DefaultPermissionManager

This component will check access permission against a DataObject for a given Member. The request HTTP method, will be match against a DataObject's can() method.

Config Type Info Default
n/a n/a n/a n/a

Permission checks should be implemented on your DataObject with the canView, canCreate, canEdit, canDelete methods. See SilverStripe documentation for more information.