You are here

public function AdministrationLanguageNegotiationConditionInterface::getWeight in Administration Language Negotiation 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 AdministrationLanguageNegotiationConditionInterface::getWeight()
AdministrationLanguageNegotiationConditionBase::getWeight in src/AdministrationLanguageNegotiationConditionBase.php
Returns the weight of the plugin.

File

src/AdministrationLanguageNegotiationConditionInterface.php, line 51

Class

AdministrationLanguageNegotiationConditionInterface
Interface AdministrationLanguageNegotiationConditionInterface.

Namespace

Drupal\administration_language_negotiation

Code

public function getWeight();