Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F114959500
DiffusionPreCommitContentPusherProjectsHeraldField.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
Thu, May 29, 00:08
Size
610 B
Mime Type
text/x-php
Expires
Sat, May 31, 00:08 (2 d)
Engine
blob
Format
Raw Data
Handle
26442409
Attached To
rPH Phabricator
DiffusionPreCommitContentPusherProjectsHeraldField.php
View Options
<?php
final
class
DiffusionPreCommitContentPusherProjectsHeraldField
extends
DiffusionPreCommitContentHeraldField
{
const
FIELDCONST
=
'diffusion.pre.content.pusher.projects'
;
public
function
getHeraldFieldName
()
{
return
pht
(
'Pusher projects'
);
}
public
function
getHeraldFieldValue
(
$object
)
{
return
$this
->
getAdapter
()
->
getHookEngine
()
->
loadViewerProjectPHIDsForHerald
();
}
protected
function
getHeraldFieldStandardType
()
{
return
HeraldField
::
STANDARD_PHID_LIST
;
}
protected
function
getDatasource
()
{
return
new
PhabricatorProjectDatasource
();
}
}
Event Timeline
Log In to Comment