class CsrfTokenMock implements CsrfTokenManagerInterface

Methods

__construct()

No description

getToken($tokenId)

{@inheritdoc}

refreshToken($tokenId)

{@inheritdoc}

removeToken($tokenId)

{@inheritdoc}

isTokenValid(CsrfToken $token)

{@inheritdoc}

Details

at line 31
__construct()

at line 38
getToken($tokenId)

{@inheritdoc}

Parameters

$tokenId

at line 46
refreshToken($tokenId)

{@inheritdoc}

Parameters

$tokenId

at line 54
removeToken($tokenId)

{@inheritdoc}

Parameters

$tokenId

at line 62
isTokenValid(CsrfToken $token)

{@inheritdoc}

Parameters

CsrfToken $token