EquatableInterface
in
EquatableInterface used to test if two objects are equal in security and re-authentication context.
Tags
Table of Contents
Methods
- isEqualTo() : bool
- The equality comparison should neither be done by referential equality nor by comparing identities (i.e. getId() === getId()).
Methods
isEqualTo()
The equality comparison should neither be done by referential equality nor by comparing identities (i.e. getId() === getId()).
public
isEqualTo(UserInterface $user) : bool
However, you do not need to compare every attribute, but only those that are relevant for assessing whether re-authentication is required.
Parameters
- $user : UserInterface