Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93149604
HarbormasterBuildSearchConduitAPIMethod.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
Tue, Nov 26, 14:21
Size
380 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 14:21 (2 d)
Engine
blob
Format
Raw Data
Handle
22577192
Attached To
rPH Phabricator
HarbormasterBuildSearchConduitAPIMethod.php
View Options
<?php
final
class
HarbormasterBuildSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'harbormaster.build.search'
;
}
public
function
newSearchEngine
()
{
return
new
HarbormasterBuildSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Find out information about builds.'
);
}
}
Event Timeline
Log In to Comment