You are here

public function AttributeInterface::getHtmlName in Linkit 8.4

Returns the attribute html name. This is the name of the attribute that will be inserted in the <code>&lt;a&gt;</code> tag.

Return value

string The attribute html name.

1 method overrides AttributeInterface::getHtmlName()
AttributeBase::getHtmlName in src/AttributeBase.php
Returns the attribute html name. This is the name of the attribute that will be inserted in the <code>&lt;a&gt;</code> tag.

File

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

Class

AttributeInterface
Defines the interface for attributes plugins.

Namespace

Drupal\linkit

Code

public function getHtmlName();