Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConditionInterface.php

function 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\Condition

Code

public function isNegated();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal