Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15412912
D19113.id45802.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
793 B
Referenced Files
None
Subscribers
None
D19113.id45802.diff
View Options
diff --git a/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php b/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php
--- a/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php
+++ b/src/applications/phriction/conduit/PhrictionInfoConduitAPIMethod.php
@@ -10,6 +10,16 @@
return pht('Retrieve information about a Phriction document.');
}
+ public function getMethodStatus() {
+ return self::METHOD_STATUS_FROZEN;
+ }
+
+ public function getMethodStatusDescription() {
+ return pht(
+ 'This method is frozen and will eventually be deprecated. New code '.
+ 'should use "phriction.document.search" instead.');
+ }
+
protected function defineParamTypes() {
return array(
'slug' => 'required string',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 3:44 PM (4 d, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7472504
Default Alt Text
D19113.id45802.diff (793 B)
Attached To
Mode
D19113: Freeze the "phriction.info" Conduit API method
Attached
Detach File
Event Timeline
Log In to Comment