Differential D20006 Diff 47807 src/applications/conduit/settings/PhabricatorConduitTokensSettingsPanel.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conduit/settings/PhabricatorConduitTokensSettingsPanel.php
| Show All 13 Lines | final class PhabricatorConduitTokensSettingsPanel | ||||
| public function getPanelKey() { | public function getPanelKey() { | ||||
| return 'apitokens'; | return 'apitokens'; | ||||
| } | } | ||||
| public function getPanelName() { | public function getPanelName() { | ||||
| return pht('Conduit API Tokens'); | return pht('Conduit API Tokens'); | ||||
| } | } | ||||
| public function getPanelMenuIcon() { | |||||
| return id(new PhabricatorConduitApplication())->getIcon(); | |||||
| } | |||||
| public function getPanelGroupKey() { | public function getPanelGroupKey() { | ||||
| return PhabricatorSettingsLogsPanelGroup::PANELGROUPKEY; | return PhabricatorSettingsLogsPanelGroup::PANELGROUPKEY; | ||||
| } | } | ||||
| public function isEnabled() { | public function isEnabled() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 89 Lines • Show Last 20 Lines | |||||