You are here

public function BaseInterface::promoteUser in DRD Agent 4.0.x

Same name and namespace in other branches
  1. 8.3 src/Agent/Action/BaseInterface.php \Drupal\drd_agent\Agent\Action\BaseInterface::promoteUser()

Change current session to user 1.

Return value

$this

1 method overrides BaseInterface::promoteUser()
Base::promoteUser in src/Agent/Action/Base.php
Change current session to user 1.

File

src/Agent/Action/BaseInterface.php, line 24

Class

BaseInterface
Defines an interface for Remote DRD Action Code.

Namespace

Drupal\drd_agent\Agent\Action

Code

public function promoteUser() : self;