You are here

public function ContextInterface::getConditions in Context 8.4

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

Get a list of all conditions.

Return value

\Drupal\Core\Condition\ConditionInterface[]|ConditionPluginCollection The plugin collection.

1 method overrides ContextInterface::getConditions()
Context::getConditions in src/Entity/Context.php
Get a list of all conditions.

File

src/ContextInterface.php, line 146

Class

ContextInterface
Provides an interface for Context.

Namespace

Drupal\context

Code

public function getConditions();