Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F19082538
PassphraseCredentialListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
531 B
Referenced Files
None
Subscribers
None
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
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Dec 4, 11:28 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8222147
Default Alt Text
PassphraseCredentialListController.php (531 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment