Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99125435
AlmanacNetworkSearchConduitAPIMethod.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
Mon, Jan 20, 18:08
Size
377 B
Mime Type
text/x-php
Expires
Wed, Jan 22, 18:08 (2 d)
Engine
blob
Format
Raw Data
Handle
23710936
Attached To
rPH Phabricator
AlmanacNetworkSearchConduitAPIMethod.php
View Options
<?php
final
class
AlmanacNetworkSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'almanac.network.search'
;
}
public
function
newSearchEngine
()
{
return
new
AlmanacNetworkSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about Almanac networks.'
);
}
}
Event Timeline
Log In to Comment