Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F804754
PhabricatorMacroListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
514 B
Referenced Files
None
Subscribers
None
PhabricatorMacroListController.php
View Options
<?php
final
class
PhabricatorMacroListController
extends
PhabricatorMacroController
{
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
$key
=
$request
->
getURIData
(
'key'
);
$controller
=
id
(
new
PhabricatorApplicationSearchController
())
->
setQueryKey
(
$key
)
->
setSearchEngine
(
new
PhabricatorMacroSearchEngine
())
->
setNavigation
(
$this
->
buildSideNavView
());
return
$this
->
delegateToController
(
$controller
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, May 29, 12:50 PM (21 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
171979
Default Alt Text
PhabricatorMacroListController.php (514 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment