Documentation

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

Methods

getPatterns()  : array{0: array|null, 1: string|null}
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{0: array|null, 1: string|null}
Parameters
$request : Request
Return values
array{0: array|null, 1: string|null}

A tuple of security attributes and the required channel


        
On this page

Search results