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
Class
- AdministrationLanguageNegotiationConditionInterface
- Interface AdministrationLanguageNegotiationConditionInterface.
Namespace
Drupal\administration_language_negotiationCode
public function getWeight();