Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99188425
HarbormasterBuildLogSearchConduitAPIMethod.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
Wed, Jan 22, 04:31
Size
388 B
Mime Type
text/x-php
Expires
Fri, Jan 24, 04:31 (2 d)
Engine
blob
Format
Raw Data
Handle
23726643
Attached To
rPH Phabricator
HarbormasterBuildLogSearchConduitAPIMethod.php
View Options
<?php
final
class
HarbormasterBuildLogSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'harbormaster.log.search'
;
}
public
function
newSearchEngine
()
{
return
new
HarbormasterBuildLogSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Find out information about build logs.'
);
}
}
Event Timeline
Log In to Comment