Overrides ConditionInterface::evaluate
public function evaluate() { if (!$this->configuration['theme']) { return TRUE; } return $this->themeManager ->getActiveTheme() ->getName() == $this->configuration['theme']; }