You are here

public function AttributeInterface::getWeight in Linkit 8.4

Returns the weight of the attribute.

Return value

int|string Either the integer weight of the attribute or an empty string.

1 method overrides AttributeInterface::getWeight()
AttributeBase::getWeight in src/AttributeBase.php
Returns the weight of the attribute.

File

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

Class

AttributeInterface
Defines the interface for attributes plugins.

Namespace

Drupal\linkit

Code

public function getWeight();