Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92109411
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
Sun, Nov 17, 10:44
Size
415 B
Mime Type
text/x-php
Expires
Tue, Nov 19, 10:44 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22374013
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