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

Breadcrumb

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

function ContextHandlerInterface::checkRequirements

Checks a set of requirements against a set of contexts.

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

Parameters

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

\Drupal\Core\TypedData\DataDefinitionInterface[] $requirements: An array of requirements.

Return value

bool TRUE if all of the requirements are satisfied by the context, FALSE otherwise.

1 method overrides ContextHandlerInterface::checkRequirements()
ContextHandler::checkRequirements in core/lib/Drupal/Core/Plugin/Context/ContextHandler.php
Checks a set of requirements against a set of contexts.

File

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

Class

ContextHandlerInterface
Provides an interface for handling sets of contexts.

Namespace

Drupal\Core\Plugin\Context

Code

public function checkRequirements(array $contexts, array $requirements);
RSS feed
Powered by Drupal