Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F483739
PhabricatorSearchSettingsPanel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
494 B
Referenced Files
None
Subscribers
None
PhabricatorSearchSettingsPanel.php
View Options
<?php
final
class
PhabricatorSearchSettingsPanel
extends
PhabricatorEditEngineSettingsPanel
{
const
PANELKEY
=
'search'
;
public
function
getPanelName
()
{
return
pht
(
'Search'
);
}
public
function
getPanelMenuIcon
()
{
return
'fa-search'
;
}
public
function
getPanelGroupKey
()
{
return
PhabricatorSettingsApplicationsPanelGroup
::
PANELGROUPKEY
;
}
public
function
isTemplatePanel
()
{
return
true
;
}
public
function
isUserPanel
()
{
return
false
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, May 7, 3:18 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
89665
Default Alt Text
PhabricatorSearchSettingsPanel.php (494 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment