Page MenuHomestyx hydra

PhabricatorMailingListsListController.php
No OneTemporary

PhabricatorMailingListsListController.php

<?php
final class PhabricatorMailingListsListController
extends PhabricatorMailingListsController {
private $queryKey;
public function shouldAllowPublic() {
return true;
}
public function willProcessRequest(array $data) {
$this->queryKey = idx($data, 'queryKey');
}
public function processRequest() {
$controller = id(new PhabricatorApplicationSearchController())
->setQueryKey($this->queryKey)
->setSearchEngine(new PhabricatorMailingListSearchEngine())
->setNavigation($this->buildSideNavView());
return $this->delegateToController($controller);
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 26, 10:12 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1552199
Default Alt Text
PhabricatorMailingListsListController.php (609 B)

Event Timeline