You are here

public function AttributeInterface::getLabel in Linkit 8.4

Returns the attribute label.

Return value

string The attribute label.

1 method overrides AttributeInterface::getLabel()
AttributeBase::getLabel in src/AttributeBase.php
Returns the attribute label.

File

src/AttributeInterface.php, line 29
Contains \Drupal\linkit\AttributeInterface.

Class

AttributeInterface
Defines the interface for attributes plugins.

Namespace

Drupal\linkit

Code

public function getLabel();