Differential D10493 Diff 25253 src/applications/phragment/application/PhabricatorPhragmentApplication.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/phragment/application/PhabricatorPhragmentApplication.php
| Show All 20 Lines | final class PhabricatorPhragmentApplication extends PhabricatorApplication { | ||||
| public function getTitleGlyph() { | public function getTitleGlyph() { | ||||
| return "\xE2\x26\xB6"; | return "\xE2\x26\xB6"; | ||||
| } | } | ||||
| public function getApplicationGroup() { | public function getApplicationGroup() { | ||||
| return self::GROUP_UTILITIES; | return self::GROUP_UTILITIES; | ||||
| } | } | ||||
| public function isBeta() { | public function isPrototype() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| public function canUninstall() { | public function canUninstall() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| public function getRoutes() { | public function getRoutes() { | ||||
| Show All 33 Lines | |||||