You are here

public function OperatorInterface::evaluate in ThemeKey 8

Return the Description of the ThemeKey operator.

Return value

bool ($value1 OPERATOR $value2)

2 methods override OperatorInterface::evaluate()
Equals::evaluate in src/Plugin/Operator/Equals.php
Lower::evaluate in src/Plugin/Operator/Lower.php

File

src/OperatorInterface.php, line 37
Provides Drupal\themekey\OperatorInterface

Class

OperatorInterface
Defines an interface for ThemeKey operator plugins.

Namespace

Drupal\themekey

Code

public function evaluate($value1, $value2);