ConfigurableInterface
AdminPanel ConfigurableInterface
Used to indicate that an adminpanel module can be enabled or disabled via configuration
Usual implementation is done via user tsconfig
Tags
Table of Contents
Methods
- isEnabled() : bool
- Module is enabled -> should be initialized A module may be enabled but not shown -> only the initializeModule() method will be called
Methods
isEnabled()
Module is enabled -> should be initialized A module may be enabled but not shown -> only the initializeModule() method will be called
public
isEnabled() : bool