You are here

public function ContextInterface::getName in Context 8

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

Get the machine name of the context.

Return value

string

1 method overrides ContextInterface::getName()
Context::getName in src/Entity/Context.php
Get the machine name of the context.

File

src/ContextInterface.php, line 30

Class

ContextInterface

Namespace

Drupal\context

Code

public function getName();