Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93866291
PasteSearchConduitAPIMethod.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, Dec 2, 03:06
Size
350 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 03:06 (2 d)
Engine
blob
Format
Raw Data
Handle
22714105
Attached To
rPH Phabricator
PasteSearchConduitAPIMethod.php
View Options
<?php
final
class
PasteSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'paste.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorPasteSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about pastes.'
);
}
}
Event Timeline
Log In to Comment