You are here

public function LanguageSelectionPageConditionInterface::getWeight in Language Selection Page 8.2

Returns the weight of the plugin.

If the weight is not set, returns 0.

Return value

int The weight of the plugin.

1 method overrides LanguageSelectionPageConditionInterface::getWeight()
LanguageSelectionPageConditionBase::getWeight in src/LanguageSelectionPageConditionBase.php
Returns the weight of the plugin.

File

src/LanguageSelectionPageConditionInterface.php, line 83

Class

LanguageSelectionPageConditionInterface
The LanguageSelectionPageConditionInterface interface.

Namespace

Drupal\language_selection_page

Code

public function getWeight();