function ResponseStatus::isNegated

Same name and namespace in other branches
  1. 10 core/modules/system/src/Plugin/Condition/ResponseStatus.php \Drupal\system\Plugin\Condition\ResponseStatus::isNegated()

Overrides ConditionPluginBase::isNegated

File

core/modules/system/src/Plugin/Condition/ResponseStatus.php, line 48

Class

ResponseStatus
Provides a 'Response status' condition.

Namespace

Drupal\system\Plugin\Condition

Code

public function isNegated() : bool {
    return FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.