Interface lispa\amos\core\interfaces\ContentSettingsMenuInterface

Interface ContentSettingsMenuInterface

Public Methods

Hide inherited methods

MethodDescriptionDefined By
getContentSettingsMenuEntry() This method returns the entry to be added in the content settings menu. lispa\amos\core\interfaces\ContentSettingsMenuInterface

Method Details

getContentSettingsMenuEntry() public abstract method

This method returns the entry to be added in the content settings menu.

Usually the entry is an Html::a element. The param $options can contain options for the link or other options useful in the function.

public abstract string getContentSettingsMenuEntry ( $options = [] )
$options array