SearchAdmin
extends ModelAdmin
in package
Class \Firesphere\SearchBackend\Admins\SearchAdmin
Table of Contents
Properties
- $managed_models : array<string|int, mixed>|string
- List of all managed {@link DataObject}s in this interface. {@link ModelAdmin::$managed_models}
- $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
List of all managed {@link DataObject}s in this interface. {@link ModelAdmin::$managed_models}
private
static array<string|int, mixed>|string
$managed_models
= [\Firesphere\SearchBackend\Models\SearchSynonym::class, \Firesphere\SearchBackend\Models\SearchLog::class, \Firesphere\SearchBackend\Models\DirtyClass::class]
Tags
$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