Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2320323
PhabricatorEmailFormatSettingsPanel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
608 B
Referenced Files
None
Subscribers
None
PhabricatorEmailFormatSettingsPanel.php
View Options
<?php
final
class
PhabricatorEmailFormatSettingsPanel
extends
PhabricatorEditEngineSettingsPanel
{
const
PANELKEY
=
'emailformat'
;
public
function
getPanelName
()
{
return
pht
(
'Email Format'
);
}
public
function
getPanelMenuIcon
()
{
return
'fa-font'
;
}
public
function
getPanelGroupKey
()
{
return
PhabricatorSettingsEmailPanelGroup
::
PANELGROUPKEY
;
}
public
function
isUserPanel
()
{
return
PhabricatorMetaMTAMail
::
shouldMailEachRecipient
();
}
public
function
isManagementPanel
()
{
return
false
;
}
public
function
isTemplatePanel
()
{
return
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Sep 16, 5:12 AM (1 d, 21 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
395534
Default Alt Text
PhabricatorEmailFormatSettingsPanel.php (608 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment