SecurityHelper
class SecurityHelper extends Helper
SecurityHelper provides read-only access to the security checker.
Methods
isGranted($role, $object = null, $field = null)
No description
string
getName()
Returns the canonical name of this helper.
Details
in Helper at line line 31
setCharset(string $charset)
Sets the default charset.
in Helper at line line 41
string
getCharset()
Gets the default charset.
at line line 27
__construct(AuthorizationCheckerInterface $securityChecker = null)
at line line 32
isGranted($role, $object = null, $field = null)
at line line 48
string
getName()
Returns the canonical name of this helper.