Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111868341
PhabricatorApplicationsListController.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, May 5, 15:46
Size
515 B
Mime Type
text/x-php
Expires
Wed, May 7, 15:46 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25951279
Attached To
rPH Phabricator
PhabricatorApplicationsListController.php
View Options
<?php
final
class
PhabricatorApplicationsListController
extends
PhabricatorApplicationsController
{
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
$controller
=
id
(
new
PhabricatorApplicationSearchController
())
->
setQueryKey
(
$request
->
getURIData
(
'queryKey'
))
->
setSearchEngine
(
new
PhabricatorAppSearchEngine
())
->
setNavigation
(
$this
->
buildSideNavView
());
return
$this
->
delegateToController
(
$controller
);
}
}
Event Timeline
Log In to Comment