You are here

public function AttributeInterface::getDescription in Linkit 8.4

Returns the attribute description.

Return value

string The attribute description.

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

File

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

Class

AttributeInterface
Defines the interface for attributes plugins.

Namespace

Drupal\linkit

Code

public function getDescription();