Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123733821
DifferentialChildRevisionsField.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
Tue, Jul 29, 08:20
Size
415 B
Mime Type
text/x-php
Expires
Thu, Jul 31, 08:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27716201
Attached To
rPH Phabricator
DifferentialChildRevisionsField.php
View Options
<?php
final
class
DifferentialChildRevisionsField
extends
DifferentialCustomField
{
public
function
getFieldKey
()
{
return
'differential:dependencies'
;
}
public
function
getFieldName
()
{
return
pht
(
'Child Revisions'
);
}
public
function
canDisableField
()
{
return
false
;
}
public
function
getFieldDescription
()
{
return
pht
(
'Lists revisions this one is depended on by.'
);
}
}
Event Timeline
Log In to Comment