Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90768456
PhabricatorCommentEditField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Nov 4, 14:10
Size
519 B
Mime Type
text/x-php
Expires
Wed, Nov 6, 14:10 (2 d)
Engine
blob
Format
Raw Data
Handle
22131711
Attached To
rPH Phabricator
PhabricatorCommentEditField.php
View Options
<?php
final
class
PhabricatorCommentEditField
extends
PhabricatorEditField
{
protected
function
newControl
()
{
return
new
PhabricatorRemarkupControl
();
}
protected
function
newEditType
()
{
return
new
PhabricatorCommentEditType
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitStringParameterType
();
}
public
function
shouldGenerateTransactionsFromSubmit
()
{
return
false
;
}
public
function
shouldGenerateTransactionsFromComment
()
{
return
true
;
}
}
Event Timeline
Log In to Comment