You are here

public function PreferredFeatureInterface::getWeight in Open Social 10.3.x

Get the weight of the preferred feature.

Return value

int The preferred feature weight.

File

modules/social_features/social_branding/src/PreferredFeatureInterface.php, line 24

Class

PreferredFeatureInterface
Provides an interface defining a preferred feature.

Namespace

Drupal\social_branding

Code

public function getWeight() : int;