LabelledLinktypeInterface

interface LabelledLinktypeInterface
Fully qualified name
\TYPO3\CMS\Linkvalidator\Linktype\LabelledLinktypeInterface

This class provides interface implementation. This class is used for composition in addition to LinktypeInterface, and provides the ability to expand implementing classes with the possibility to provide a custom Linktype label. It is utilized in the abstract class AbstractLinktype.

getReadableName ( )

Get localized label for this linktype to be displayed in Backend user interface. Custom Linktypes should override this and provide language labels for their type.

returntype

string