Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102234960
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, Feb 18, 14:20
Size
380 B
Mime Type
text/x-php
Expires
Thu, Feb 20, 14:20 (2 d)
Engine
blob
Format
Raw Data
Handle
24312024
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