5.2.10 EventsTablePolicy Reference
Source: app/plugins/Awards/src/Policy/EventsTablePolicy.php
EventsTablePolicy is currently a thin BasePolicy subclass for collection actions on legacy Awards events. It does not contain a custom scope implementation.
Controllers must still authorize table actions and apply the configured scope/finder before listing or exporting records. Branch filtering available through EventsTable::addBranchScopeQuery() must be used by the owning query path; the absence of policy methods is not permission to return all rows.
If collection rules become more complex, implement and test them here rather than filtering rendered results.