Guest User

Untitled

a guest
Jan 22nd, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if ($this->isAdmin()) {
  2. return TRUE;
  3. }
  4. return in_array($permission, $this->permissions);
  5.  
  6. langcode: en
  7. status: true
  8. dependencies:
  9. enforced:
  10. module:
  11. - yourmodule
  12. id: administrator
  13. label: Administrator
  14. weight: 2
  15. is_admin: true
  16. permissions: { }
Add Comment
Please, Sign In to add comment