Interface I_CmsContextMenuCommandInitializer
public interface I_CmsContextMenuCommandInitializer
Interface for context menu command initializer.
- Since:
- version 8.0.1
-
Method Summary
Modifier and TypeMethodDescriptionThe method which, when called, should initialize all classes implementing theI_CmsHasContextMenuCommand
interface.
-
Method Details
-
initCommands
The method which, when called, should initialize all classes implementing theI_CmsHasContextMenuCommand
interface. Returning a map of commands by class name- Returns:
- the initialized command map
-