Page MenuHomePhabricator

Make PhabricatorPolicyInterface require a getPHID() method
ClosedPublic

Authored by epriestley on Oct 14 2013, 6:41 PM.
Tags
None
Referenced Files
F15477649: D7306.id.diff
Mon, Apr 7, 5:05 PM
F15470515: D7306.diff
Fri, Apr 4, 11:14 PM
F15449945: D7306.id16472.diff
Fri, Mar 28, 1:05 PM
F15447760: D7306.id.diff
Fri, Mar 28, 1:25 AM
F15439706: D7306.diff
Wed, Mar 26, 8:59 AM
F15423702: D7306.id16472.diff
Sat, Mar 22, 4:48 PM
F15376550: D7306.id16442.diff
Mar 13 2025, 4:30 AM
F15282797: D7306.diff
Mar 4 2025, 2:29 AM
Subscribers
Tokens
"Haypence" token, awarded by btrahan.

Details

Summary

Ref T603. This cleans up an existing callsite in the policy filter, and opens up some stuff in the future.

Some policy objects don't have real PHIDs:

PhabricatorTokenGiven
PhabricatorSavedQuery
PhabricatorNamedQuery
PhrequentUserTime
PhabricatorFlag
PhabricatorDaemonLog
PhabricatorConduitMethodCallLog
ConduitAPIMethod
PhabricatorChatLogEvent
PhabricatorChatLogChannel

Although it would be reasonable to add real PHIDs to some of these (like ChatLogChannel), it probably doesn't make much sense for others (DaemonLog, MethodCallLog). Just let them return null.

Also remove some duplicate $id and $phid properties. These are declared on PhabricatorLiskDAO and do not need to be redeclared.

Test Plan

Ran the testEverythingImplemented unit test, which verifies that all classes conform to the interface.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped