Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93929166
PhabricatorPhurlController.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, Dec 2, 14:17
Size
398 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 14:17 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22726137
Attached To
rPH Phabricator
PhabricatorPhurlController.php
View Options
<?php
abstract
class
PhabricatorPhurlController
extends
PhabricatorController
{
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
$crumbs
->
addAction
(
id
(
new
PHUIListItemView
())
->
setName
(
pht
(
'Shorten URL'
))
->
setHref
(
$this
->
getApplicationURI
().
'url/create/'
)
->
setIcon
(
'fa-plus-square'
));
return
$crumbs
;
}
}
Event Timeline
Log In to Comment