As part of T288242, we want to move the logic for detecting big deletions away from Title. The main idea is to move it to a new command object that handles page deletion (DeletePage), but then PermissionManager wouldn't be able to check for big deletions (because it'd need to depend on DeletePage, which is a no-no).
The scope of this task is to create a list of public methods in PermissionManager that can lead to Title::isBigDeletion being called, and then checking the callers of those methods and determine whether they need to know about big deletions at all.