Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98478042
PhabricatorPackagesPackageSearchConduitAPIMethod.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 13, 13:40
Size
394 B
Mime Type
text/x-php
Expires
Wed, Jan 15, 13:40 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
23591159
Attached To
rPH Phabricator
PhabricatorPackagesPackageSearchConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorPackagesPackageSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'packages.package.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorPackagesPackageSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about packages.'
);
}
}
Event Timeline
Log In to Comment