Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91622948
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
Tue, Nov 12, 20:20
Size
377 B
Mime Type
text/x-php
Expires
Thu, Nov 14, 20:20 (2 d)
Engine
blob
Format
Raw Data
Handle
22295041
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