Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115253537
DiffusionRepositoryURIsIndexEngineExtension.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
Fri, May 30, 17:40
Size
468 B
Mime Type
text/x-php
Expires
Sun, Jun 1, 17:40 (2 d)
Engine
blob
Format
Raw Data
Handle
26479634
Attached To
rPH Phabricator
DiffusionRepositoryURIsIndexEngineExtension.php
View Options
<?php
final
class
DiffusionRepositoryURIsIndexEngineExtension
extends
PhabricatorIndexEngineExtension
{
const
EXTENSIONKEY
=
'diffusion.repositories.uri'
;
public
function
getExtensionName
()
{
return
pht
(
'Repository URIs'
);
}
public
function
shouldIndexObject
(
$object
)
{
return
(
$object
instanceof
PhabricatorRepository
);
}
public
function
indexObject
(
PhabricatorIndexEngine
$engine
,
$object
)
{
$object
->
updateURIIndex
();
}
}
Event Timeline
Log In to Comment