You are here

public function ContextInterface::getDescription in Context 8.0

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

Get the context description.

Return value

string

1 method overrides ContextInterface::getDescription()
Context::getDescription in src/Entity/Context.php
Get the context description.

File

src/ContextInterface.php, line 62

Class

ContextInterface

Namespace

Drupal\context

Code

public function getDescription();