Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ContextHandlerInterface.php

function ContextHandlerInterface::getMatchingContexts

Determines which contexts satisfy the constraints of a given definition.

@todo Use context definition objects after https://www.drupal.org/node/2281635.

Parameters

\Drupal\Component\Plugin\Context\ContextInterface[] $contexts: An array of contexts.

\Drupal\Core\Plugin\Context\ContextDefinitionInterface $definition: The definition to satisfy.

Return value

\Drupal\Component\Plugin\Context\ContextInterface[] An array of matching contexts.

1 method overrides ContextHandlerInterface::getMatchingContexts()
ContextHandler::getMatchingContexts in core/lib/Drupal/Core/Plugin/Context/ContextHandler.php
Determines which contexts satisfy the constraints of a given definition.

File

core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php, line 59

Class

ContextHandlerInterface
Provides an interface for handling sets of contexts.

Namespace

Drupal\Core\Plugin\Context

Code

public function getMatchingContexts(array $contexts, ContextDefinitionInterface $definition);
RSS feed
Powered by Drupal