AccessMap
class AccessMap implements AccessMapInterface
AccessMap allows configuration of different access control rules for specific parts of the website.
Methods
add(RequestMatcherInterface $requestMatcher, array $attributes = array(), string|null $channel = null)
Constructor.
array
getPatterns(Request $request)
Returns security attributes and required channel for the supplied request.
Details
at line line 34
add(RequestMatcherInterface $requestMatcher, array $attributes = array(), string|null $channel = null)
Constructor.
at line line 42
array
getPatterns(Request $request)
Returns security attributes and required channel for the supplied request.