You are here

public function OperatorInterface::validate in ThemeKey 8

Validate.

1 method overrides OperatorInterface::validate()
OperatorBase::validate in src/OperatorBase.php
Validate.

File

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

Class

OperatorInterface
Defines an interface for ThemeKey operator plugins.

Namespace

Drupal\themekey

Code

public function validate(\Drupal\themekey\PropertyAdminInterface $propertyAdmin, $value, \Drupal\Core\Form\FormStateInterface $form_state);