You are here

public function FeedsAccountSwitcherInterface::switchBack in Feeds 7.2

Reverts to a previous account after switching.

Return value

FeedsAccountSwitcherInterface $this.

Throws

FeedsAccountSwitcherException When there are no more account switches to revert.

1 method overrides FeedsAccountSwitcherInterface::switchBack()
FeedsAccountSwitcher::switchBack in includes/FeedsAccountSwitcher.inc
Reverts to a previous account after switching.

File

includes/FeedsAccountSwitcherInterface.inc, line 37
Contains FeedsAccountSwitcherInterface interface.

Class

FeedsAccountSwitcherInterface
Defines an interface for a service for safe account switching.

Code

public function switchBack();