Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F972031
PhabricatorApplicationSearch.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
PhabricatorApplicationSearch.php
View Options
<?php
final
class
PhabricatorApplicationSearch
extends
PhabricatorApplication
{
public
function
getBaseURI
()
{
return
'/search/'
;
}
public
function
getName
()
{
return
pht
(
'Search'
);
}
public
function
getShortDescription
()
{
return
pht
(
'Search & Find'
);
}
public
function
getFlavorText
()
{
return
pht
(
'Find stuff in big piles.'
);
}
public
function
shouldAppearInLaunchView
()
{
return
false
;
}
public
function
getRoutes
()
{
return
array
(
'/search/'
=>
array
(
''
=>
'PhabricatorSearchController'
,
'(?P<key>[^/]+)/'
=>
'PhabricatorSearchController'
,
'attach/(?P<phid>[^/]+)/(?P<type>
\w
+)/(?:(?P<action>
\w
+)/)?'
=>
'PhabricatorSearchAttachController'
,
'select/(?P<type>
\w
+)/'
=>
'PhabricatorSearchSelectController'
,
'index/(?P<phid>[^/]+)/'
=>
'PhabricatorSearchIndexController'
,
'hovercard/(?P<mode>retrieve|test)/'
=>
'PhabricatorSearchHovercardController'
,
'edit/(?P<queryKey>[^/]+)/'
=>
'PhabricatorSearchEditController'
,
'delete/(?P<queryKey>[^/]+)/'
=>
'PhabricatorSearchDeleteController'
,
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 6:01 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
225513
Default Alt Text
PhabricatorApplicationSearch.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment