Revision fcd784d535b6289f58ef08fe8b2d79d3b4b39fab

Committed on 21/12/2018 4:24 am by André R <andre.romcke@gmail.com> [GitHub Diff]

EZP-29962: As a Developer I want API to detect if object is user/group (#2509)

* EZP-29962: As a Developer I want API to detect if object is user/group

To be able to avoid expensive uncached API calls in Admin UI to always
have to load to see if a object is User or User Group, simply expose
isUser() and isUserGroup() APIs on UserService to avoid this,
as it can check against config instead.