Interface | Description |
---|---|
DicooglePlatformInterface |
Interface for accessing external functionalities of the platform, including other plugins' interfaces.
|
PlatformCommunicatorInterface |
Plugin interface to communicate with core and other external plugins (loaded)
When a plugin is loaded, if inherits from this interface,
the loader will call this method with a proxy to the core.
|
ServerSettingsReader |
A read-only interface for accessing server settings.
|
WebSettingsReader |
A read-only interface for accessing web server settings.
|