Guest User

Untitled

a guest
Oct 21st, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. $role = DrupaluserEntityRole::load('anonymous');
  2. $role->revokePermission('your_permission');
  3. $role->save();
Add Comment
Please, Sign In to add comment