You are here

public function ContextInterface::getWeight in Context 8.4

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

Get the weight for this context.

Return value

int The weight.

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

File

src/ContextInterface.php, line 108

Class

ContextInterface
Provides an interface for Context.

Namespace

Drupal\context

Code

public function getWeight();