You are here

private function TawktoController::_remove in tawk.to Live Chat (Drupal 8) 8

1 call to TawktoController::_remove()
TawktoController::remove_widget in tawk_to/src/Controller/TawktoController.php

File

tawk_to/src/Controller/TawktoController.php, line 111

Class

TawktoController

Namespace

Drupal\tawk_to\Controller

Code

private function _remove() {
  return $this->generator
    ->removeWidget();
}