Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99423669
DifferentialRevisionSearchConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 24, 10:42
Size
388 B
Mime Type
text/x-php
Expires
Sun, Jan 26, 10:42 (2 d)
Engine
blob
Format
Raw Data
Handle
23756445
Attached To
rPH Phabricator
DifferentialRevisionSearchConduitAPIMethod.php
View Options
<?php
final
class
DifferentialRevisionSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'differential.revision.search'
;
}
public
function
newSearchEngine
()
{
return
new
DifferentialRevisionSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about revisions.'
);
}
}
Event Timeline
Log In to Comment