AdminTheme class

An abstract module intended as a base for admin themes.

See the Module interface (Module.php) for details about each method.

This file is licensed under the MIT license.


Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the AdminTheme class also inherits all the methods and properties of: WireData and Wire.

Show class?     Show args?       Only hookable?    

Common

NameReturnSummary 
AdminTheme::addBodyClass(string $className)
NoneAdd a <body> class to the admin theme 
AdminTheme::addExtraMarkup(string $name, string $value)
NoneAdd extra markup to a region in the admin theme 
AdminTheme::get(string $key)
int mixed null stringGet property 
AdminTheme::getBodyClass()
stringGet the body[class] attribute string 
AdminTheme::getClass()
string arrayReturn class for a given named item or blank if none available 
AdminTheme::getExtraMarkup()
arrayEnables hooks to append extra markup to various sections of the admin page
AdminTheme::getLabel(string $key)
stringGet predefined translated label by key for labels shared among admin themes 
AdminTheme::getModuleInfo()
NonePer the Module interface, return an array of information about the Module 
AdminTheme::init()
NoneInitialize the admin theme system and determine which admin theme should be used 
AdminTheme::install()
NoneInstall the admin theme
AdminTheme::isCurrent()
NoneReturns true if this admin theme is the one that will be used for this request 
AdminTheme::path()
stringGet disk path to this admin theme
Can also be used as property: AdminTheme::path
 
AdminTheme::uninstall()
None
AdminTheme::url()
stringGet URL to this admin theme
Can also be used as property: AdminTheme::url
 

Properties

NameReturnSummaryDefault
AdminTheme::version int string Current admin theme version 

Additional methods and properties

In addition to the methods and properties above, AdminTheme also inherits the methods and properties of these classes:

API reference based on ProcessWire core version 3.0.251