Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91651560
AlmanacInterfaceSearchConduitAPIMethod.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, Nov 13, 02:40
Size
385 B
Mime Type
text/x-php
Expires
Fri, Nov 15, 02:40 (2 d)
Engine
blob
Format
Raw Data
Handle
22301046
Attached To
rPH Phabricator
AlmanacInterfaceSearchConduitAPIMethod.php
View Options
<?php
final
class
AlmanacInterfaceSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'almanac.interface.search'
;
}
public
function
newSearchEngine
()
{
return
new
AlmanacInterfaceSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about Almanac interfaces.'
);
}
}
Event Timeline
Log In to Comment