public function TawkToCacheManager::__construct in Tawk.to - Live chat application (Drupal 8) 8
Same name and namespace in other branches
- 8.2 src/Cache/TawkToCacheManager.php \Drupal\tawk_to\Cache\TawkToCacheManager::__construct()
Constructs the TawkToCacheManager.
Parameters
Drupal\tawk_to\Service\TawkToConditionPluginsHandler $conditionsPluginsHandler: The tawk.to access controller handler.
File
- src/
Cache/ TawkToCacheManager.php, line 26
Class
- TawkToCacheManager
- Defines the cache manager tawk.to service.
Namespace
Drupal\tawk_to\CacheCode
public function __construct(TawkToConditionPluginsHandler $conditionsPluginsHandler) {
$this->conditionsPluginsHandler = $conditionsPluginsHandler;
}