LoggerChannelInterface::setCurrentUser

public LoggerChannelInterface::setCurrentUser(AccountInterface $current_user = NULL)

Sets the current user.

Parameters

\Drupal\Core\Session\AccountInterface|null $current_user: The current user object.

File

core/lib/Drupal/Core/Logger/LoggerChannelInterface.php, line 51

Class

LoggerChannelInterface
Logger channel interface.

Namespace

Drupal\Core\Logger

Code

public function setCurrentUser(AccountInterface $current_user = NULL);
doc_Drupal
2016-10-29 09:25:03
Comments
Leave a Comment

Please login to continue.