Some things to look for (from parent task) in the codebase:
| Use case | Search terms | Codesearch |
|---|---|---|
| Feature checks whether a user is registered | ->isAnon, ->isRegistered, mw.user.isAnon, mw.user.getId, mw.user.getRegistration | search results |
| Feature checks a user name (possibly then checking if it is registered) | mw.user.getName, $user->getName, $user->getRealName | search results |
| search results | ||
| search results | ||
Note (2024/09/16): The last two rows have been struck out as the search terms don't exist in the EventLogging codebase.