You are here

public function ContextInterface::requiresAllConditions in Context 8.0

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

If the context requires all conditions to validate.

Return value

boolean

1 method overrides ContextInterface::requiresAllConditions()
Context::requiresAllConditions in src/Entity/Context.php
If the context requires all conditions to validate.

File

src/ContextInterface.php, line 111

Class

ContextInterface

Namespace

Drupal\context

Code

public function requiresAllConditions();