diff --git a/core/modules/user/lib/Drupal/user/UserConfigContext.php b/core/modules/user/lib/Drupal/user/UserConfigContext.php index 27a6676..137b915 100644 --- a/core/modules/user/lib/Drupal/user/UserConfigContext.php +++ b/core/modules/user/lib/Drupal/user/UserConfigContext.php @@ -27,14 +27,6 @@ class UserConfigContext extends ConfigContext { const USER_KEY = 'user.account'; /** - * Implements \Drupal\Core\Config\Context\ContextInterface::setUuid(). - */ - public function setUuid() { - // Use the user's uuid to identify the config context. - $this->uuid = $this->get(self::USER_KEY)->uuid(); - } - - /** * Creates the configuration context for user accounts. * * @param \Drupal\user\Plugin\Core\Entity\User $account