Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101448444
PhabricatorPhurlURLSearchConduitAPIMethod.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, Feb 10, 14:13
Size
372 B
Mime Type
text/x-php
Expires
Wed, Feb 12, 14:13 (2 d)
Engine
blob
Format
Raw Data
Handle
24162271
Attached To
rPH Phabricator
PhabricatorPhurlURLSearchConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorPhurlURLSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'phurls.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorPhurlURLSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about Phurl URLS.'
);
}
}
Event Timeline
Log In to Comment