mediatekformation

AccessMapInterface

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

Tags
author

Fabien Potencier fabien@symfony.com

author

Kris Wallsmith kris@symfony.com

Table of Contents

getPatterns()  : array<string|int, mixed>
Returns security attributes and required channel for the supplied request.

Methods

getPatterns()

Returns security attributes and required channel for the supplied request.

public getPatterns(Request $request) : array<string|int, mixed>
Parameters
$request : Request
Return values
array<string|int, mixed>

A tuple of security attributes and the required channel

Search results