SearchAdmin
extends ModelAdmin
in package
Class \Firesphere\SolrSearch\Admins\SearchAdmin Manage or see the Solr configuration. Default implementation of SilverStripe ModelAdmin Nothing to see here
Table of Contents
Properties
- $managed_models : array<string|int, mixed>
- $menu_icon_class : string
- $menu_title : string
- $url_segment : string
Methods
- init() : mixed
- Make sure the custom CSS for highlighting in the GridField is loaded
Properties
$managed_models
private
static array<string|int, mixed>
$managed_models
= [\Firesphere\SolrSearch\Models\SearchSynonym::class, \Firesphere\SolrSearch\Models\SolrLog::class, \Firesphere\SolrSearch\Models\DirtyClass::class]
Models managed by this admin
$menu_icon_class
private
static string
$menu_icon_class
= 'font-icon-search'
Add a pretty magnifying glass to the sidebar menu
$menu_title
private
static string
$menu_title
= 'Search'
My name
$url_segment
private
static string
$url_segment
= 'searchadmin'
Where to find me
Methods
init()
Make sure the custom CSS for highlighting in the GridField is loaded
public
init() : mixed