You are here

public function ContextInterface::getWeight in Context 8.0

Same name and namespace in other branches
  1. 8.4 src/ContextInterface.php \Drupal\context\ContextInterface::getWeight()
  2. 8 src/ContextInterface.php \Drupal\context\ContextInterface::getWeight()

Get the weight for this context.

Return value

int

1 method overrides ContextInterface::getWeight()
Context::getWeight in src/Entity/Context.php
Get the weight for this context.

File

src/ContextInterface.php, line 94

Class

ContextInterface

Namespace

Drupal\context

Code

public function getWeight();