You are here

public function LanguageCookieConditionInterface::getWeight in Language Cookie 8

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 LanguageCookieConditionInterface::getWeight()
LanguageCookieConditionBase::getWeight in src/LanguageCookieConditionBase.php
Returns the weight of the plugin.

File

src/LanguageCookieConditionInterface.php, line 59

Class

LanguageCookieConditionInterface
Interface LanguageCookieConditionInterface.

Namespace

Drupal\language_cookie

Code

public function getWeight();