Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F124172530
PhabricatorFileSearchConduitAPIMethod.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
Thu, Jul 31, 19:05
Size
357 B
Mime Type
text/x-php
Expires
Sat, Aug 2, 19:05 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27812168
Attached To
rPH Phabricator
PhabricatorFileSearchConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorFileSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'file.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorFileSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about files.'
);
}
}
Event Timeline
Log In to Comment