You are here

public function ConditionInterface::isNegated in Access Filter 8

Determines whether condition result will be negated.

Return value

bool Whether the condition result will be negated.

1 method overrides ConditionInterface::isNegated()
ConditionBase::isNegated in src/Plugin/AccessFilter/Condition/ConditionBase.php
Determines whether condition result will be negated.

File

src/Plugin/ConditionInterface.php, line 48

Class

ConditionInterface
Provides an interface defining a filter condition.

Namespace

Drupal\access_filter\Plugin

Code

public function isNegated();