Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99241687
AlmanacServiceSearchConduitAPIMethod.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, 17:13
Size
377 B
Mime Type
text/x-php
Expires
Fri, Jan 24, 17:13 (2 d)
Engine
blob
Format
Raw Data
Handle
23754136
Attached To
rPH Phabricator
AlmanacServiceSearchConduitAPIMethod.php
View Options
<?php
final
class
AlmanacServiceSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'almanac.service.search'
;
}
public
function
newSearchEngine
()
{
return
new
AlmanacServiceSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about Almanac services.'
);
}
}
Event Timeline
Log In to Comment