Symfony\Component\Security\Authentication\Token\TokenInterface::isImmutable PHP Method

isImmutable() public method

Checks whether the token is immutable or not.
public isImmutable ( ) : boolean
return boolean true if the token is immutable, false otherwise
    function isImmutable();