Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F565762
PhabricatorStandardCustomFieldHeader.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
815 B
Referenced Files
None
Subscribers
None
PhabricatorStandardCustomFieldHeader.php
View Options
<?php
final
class
PhabricatorStandardCustomFieldHeader
extends
PhabricatorStandardCustomField
{
public
function
getFieldType
()
{
return
'header'
;
}
public
function
renderEditControl
(
array
$handles
)
{
$header
=
phutil_tag
(
'div'
,
array
(
'class'
=>
'phabricator-standard-custom-field-header'
,
),
$this
->
getFieldName
());
return
id
(
new
AphrontFormStaticControl
())
->
setValue
(
$header
);
}
public
function
shouldUseStorage
()
{
return
false
;
}
public
function
getStyleForPropertyView
()
{
return
'header'
;
}
protected
function
renderValue
()
{
return
$this
->
getFieldName
();
}
public
function
shouldAppearInApplicationSearch
()
{
return
false
;
}
public
function
shouldAppearInConduitTransactions
()
{
return
false
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 13, 5:53 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124176
Default Alt Text
PhabricatorStandardCustomFieldHeader.php (815 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment