Interface IPluginFormThemeParams


  • public interface IPluginFormThemeParams
    The parameters that are given to IPluginFormTheme. Includes e.g. the client scope, which can be used by implementations to return different themes for different clients.
    Since:
    8.3.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getClient

        Mandant getClient()
        Gets the client for which to find the available form themes.

        Note: the client may be null, if the plugin is installed as a system plugin. For example, users can configure a default form theme for the entire system. The UI shows the user a list of available form themes, including form themes from system plugins. In this case, no client scope is available, and the client is null.

        Returns:
        The client for which to find form themes.