Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2895431
DiffusionPreCommitContentHeraldField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
425 B
Referenced Files
None
Subscribers
None
DiffusionPreCommitContentHeraldField.php
View Options
<?php
abstract
class
DiffusionPreCommitContentHeraldField
extends
HeraldField
{
public
function
supportsObject
(
$object
)
{
if
(
!
(
$object
instanceof
PhabricatorRepositoryPushLog
)
)
{
return
false
;
}
if
(
$this
->
getAdapter
(
)
->
isPreCommitRefAdapter
(
)
)
{
return
false
;
}
return
true
;
}
public
function
getFieldGroupKey
(
)
{
return
DiffusionCommitHeraldFieldGroup
::
FIELDGROUPKEY
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Jan 19 2025, 21:29 (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128931
Default Alt Text
DiffusionPreCommitContentHeraldField.php (425 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment