|
|
|
@ -123,6 +123,9 @@ class NodeHasTerm extends ConditionPluginBase implements ContainerFactoryPluginI
|
|
|
|
|
return parent::buildConfigurationForm($form, $form_state); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* {@inheritdoc} |
|
|
|
|
*/ |
|
|
|
|
public function validateConfigurationForm(array &$form, FormStateInterface $form_state) { |
|
|
|
|
parent::validateConfigurationForm($form, $form_state); |
|
|
|
|
$value = $form_state->getValue('term'); |
|
|
|
|