ConditionInterface::isNegated

public ConditionInterface::isNegated()

Determines whether condition result will be negated.

Return value

bool Whether the condition result will be negated.

File

core/lib/Drupal/Core/Condition/ConditionInterface.php, line 53

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

1
public function isNegated();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.