Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F438019
PhabricatorProfileMenuItemIndexEngineExtension.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
638 B
Referenced Files
None
Subscribers
None
PhabricatorProfileMenuItemIndexEngineExtension.php
View Options
<?php
final
class
PhabricatorProfileMenuItemIndexEngineExtension
extends
PhabricatorEdgeIndexEngineExtension
{
const
EXTENSIONKEY
=
'profile.menu.item'
;
public
function
getExtensionName
()
{
return
pht
(
'Profile Menu Item'
);
}
public
function
shouldIndexObject
(
$object
)
{
if
(!(
$object
instanceof
PhabricatorProfileMenuItemConfiguration
))
{
return
false
;
}
return
true
;
}
protected
function
getIndexEdgeType
()
{
return
PhabricatorProfileMenuItemAffectsObjectEdgeType
::
EDGECONST
;
}
protected
function
getIndexDestinationPHIDs
(
$object
)
{
return
$object
->
getAffectedObjectPHIDs
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 2:04 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62918
Default Alt Text
PhabricatorProfileMenuItemIndexEngineExtension.php (638 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment