@trigger_error('\Drupal\Core\Cache\Context\IsSuperUserCacheContext is deprecated in drupal:9.2.0 and is removed from drupal:10.0.0. See https://www.drupal.org/node/2910500 for more information.',E_USER_DEPRECATED);
parent::__construct($user);
}
/**
* {@inheritdoc}
*/
@@ -22,7 +36,9 @@ public static function getLabel() {
* {@inheritdoc}
*/
publicfunctiongetContext(){
return((int)$this->user->id())===1?'1':'0';
// Always return 0 as there is no longer a super user. See: