You are here

public function AccountProxyInterface::setInitialAccountId in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Session/AccountProxyInterface.php \Drupal\Core\Session\AccountProxyInterface::setInitialAccountId()

Sets the id of the initial account.

Never use this method, its sole purpose is to work around weird effects during mid-request container rebuilds.

Parameters

int $account_id: The id of the initial account.

1 method overrides AccountProxyInterface::setInitialAccountId()
AccountProxy::setInitialAccountId in core/lib/Drupal/Core/Session/AccountProxy.php
Sets the id of the initial account.

File

core/lib/Drupal/Core/Session/AccountProxyInterface.php, line 49

Class

AccountProxyInterface
Defines an interface for a service which has the current account stored.

Namespace

Drupal\Core\Session

Code

public function setInitialAccountId($account_id);