.. Generated by https://github.com/TYPO3-Documentation/t3docs-codesnippets
.. php:namespace::  TYPO3\CMS\Linkvalidator\Linktype

.. php:interface:: 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`.

   .. php:method:: 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
