CsrfExtension extends AbstractExtension
Table of Contents
| $tokenManager | CsrfTokenManagerInterface | |
|---|---|---|
| __construct() | CsrfExtension constructor. | mixed |
| getFunctions() | array | |
| getCsrfTokenForAnchor() | string | |
| getCsrfToken() | string |
Properties
$tokenManager
protected
CsrfTokenManagerInterface
$tokenManager
Methods
__construct()
CsrfExtension constructor.
public
__construct(
$tokenManager :
CsrfTokenManagerInterface
)
: mixed
Parameters
- $tokenManager : CsrfTokenManagerInterface
Return values
mixedgetFunctions()
public
getFunctions(
)
: array
Return values
arraygetCsrfTokenForAnchor()
public
getCsrfTokenForAnchor(
)
: string
Return values
stringgetCsrfToken()
public
getCsrfToken(
)
: string