AccessMapInterface

interface AccessMapInterface

AccessMap allows configuration of different access control rules for specific parts of the website.

Methods

array getPatterns(Request $request)

Returns security attributes and required channel for the supplied request.

Details

array getPatterns(Request $request)

Returns security attributes and required channel for the supplied request.

Parameters

Request $request The current request

Return Value

array A tuple of security attributes and the required channel
doc_Symfony
2016-10-28 06:04:39
Comments
Leave a Comment

Please login to continue.