Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100799239
PassphraseCredentialListController.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
Sun, Feb 2, 21:06
Size
531 B
Mime Type
text/x-php
Expires
Tue, Feb 4, 21:06 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24034132
Attached To
rPH Phabricator
PassphraseCredentialListController.php
View Options
<?php
final
class
PassphraseCredentialListController
extends
PassphraseController
{
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
$querykey
=
$request
->
getURIData
(
'queryKey'
);
$controller
=
id
(
new
PhabricatorApplicationSearchController
())
->
setQueryKey
(
$querykey
)
->
setSearchEngine
(
new
PassphraseCredentialSearchEngine
())
->
setNavigation
(
$this
->
buildSideNavView
());
return
$this
->
delegateToController
(
$controller
);
}
}
Event Timeline
Log In to Comment