You are here

public function ContextProviderInterface::getProvidedContextDefinitions in Rules 8.3

Gets the provided context definitions of the plugin.

Return value

\Drupal\Component\Plugin\Context\ContextDefinitionInterface[] The array of provided context definitions, keyed by context name.

File

src/Context/ContextProviderInterface.php, line 63

Class

ContextProviderInterface
Interface for plugins that provide context.

Namespace

Drupal\rules\Context

Code

public function getProvidedContextDefinitions();