function ConditionInterface::isNegated
Same name in other branches
- 9 core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::isNegated()
- 8.9.x core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::isNegated()
- 10 core/lib/Drupal/Core/Condition/ConditionInterface.php \Drupal\Core\Condition\ConditionInterface::isNegated()
Determines whether condition result will be negated.
Return value
bool Whether the condition result will be negated.
1 method overrides ConditionInterface::isNegated()
- ConditionPluginBase::isNegated in core/
lib/ Drupal/ Core/ Condition/ ConditionPluginBase.php - Determines whether condition result will be negated.
File
-
core/
lib/ Drupal/ Core/ Condition/ ConditionInterface.php, line 55
Class
- ConditionInterface
- An interface for condition plugins.
Namespace
Drupal\Core\ConditionCode
public function isNegated();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.