You are here

protected property AttributeBase::$weight in Linkit 8.4

The weight of the attribute compared to others in an attribute collection.

Type: int

File

src/AttributeBase.php, line 27
Contains \Drupal\linkit\AttributeBase.

Class

AttributeBase
Provides a base class for attribute plugins.

Namespace

Drupal\linkit

Code

protected $weight = 0;