Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106194178
DiffusionCommitSearchConduitAPIMethod.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
Sun, Mar 23, 10:47
Size
373 B
Mime Type
text/x-php
Expires
Tue, Mar 25, 10:47 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25105250
Attached To
rPH Phabricator
DiffusionCommitSearchConduitAPIMethod.php
View Options
<?php
final
class
DiffusionCommitSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'diffusion.commit.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorCommitSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about commits.'
);
}
}
Event Timeline
Log In to Comment