Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111802188
PhabricatorProjectTriggerController.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
Mon, May 5, 03:41
Size
320 B
Mime Type
text/x-php
Expires
Wed, May 7, 03:41 (2 d)
Engine
blob
Format
Raw Data
Handle
25980280
Attached To
rPH Phabricator
PhabricatorProjectTriggerController.php
View Options
<?php
abstract
class
PhabricatorProjectTriggerController
extends
PhabricatorProjectController
{
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
$crumbs
->
addTextCrumb
(
pht
(
'Triggers'
),
$this
->
getApplicationURI
(
'trigger/'
));
return
$crumbs
;
}
}
Event Timeline
Log In to Comment