function 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.