Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104582475
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
Mon, Mar 10, 16:01
Size
357 B
Mime Type
text/x-php
Expires
Wed, Mar 12, 16:01 (2 d)
Engine
blob
Format
Raw Data
Handle
24816773
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