Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106123667
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
Sat, Mar 22, 18:11
Size
380 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 18:11 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25115350
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