Differential D20006 Diff 47807 src/applications/settings/panel/PhabricatorNotificationsSettingsPanel.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/settings/panel/PhabricatorNotificationsSettingsPanel.php
| Show All 15 Lines | final class PhabricatorNotificationsSettingsPanel | ||||
| public function getPanelKey() { | public function getPanelKey() { | ||||
| return 'notifications'; | return 'notifications'; | ||||
| } | } | ||||
| public function getPanelName() { | public function getPanelName() { | ||||
| return pht('Notifications'); | return pht('Notifications'); | ||||
| } | } | ||||
| public function getPanelMenuIcon() { | |||||
| return 'fa-bell-o'; | |||||
| } | |||||
| public function getPanelGroupKey() { | public function getPanelGroupKey() { | ||||
| return PhabricatorSettingsApplicationsPanelGroup::PANELGROUPKEY; | return PhabricatorSettingsApplicationsPanelGroup::PANELGROUPKEY; | ||||
| } | } | ||||
| public function processRequest(AphrontRequest $request) { | public function processRequest(AphrontRequest $request) { | ||||
| $viewer = $this->getViewer(); | $viewer = $this->getViewer(); | ||||
| $preferences = $this->getPreferences(); | $preferences = $this->getPreferences(); | ||||
| ▲ Show 20 Lines • Show All 148 Lines • Show Last 20 Lines | |||||