You are here

public function ResourceInterface::switchUserBack in RESTful 7.2

Switches the user back from the original user for the session.

2 methods override ResourceInterface::switchUserBack()
Resource::switchUserBack in src/Plugin/resource/Resource.php
Switches the user back from the original user for the session.
ResourceDecoratorBase::switchUserBack in src/Plugin/resource/Decorators/ResourceDecoratorBase.php
Switches the user back from the original user for the session.

File

src/Plugin/resource/ResourceInterface.php, line 62
Contains \Drupal\restful\Plugin\resource\ResourceInterface.

Class

ResourceInterface
Interface ResourceInterface.

Namespace

Drupal\restful\Plugin\resource

Code

public function switchUserBack();