You are here

public function CookiesKnockOutService::doKnockOut in COOKiES Consent Management 1.0.x

Return if for this page the cookies logic should be knocked out.

Return value

bool True if cookie logic should be knocked out, false if not.

File

src/CookiesKnockOutService.php, line 143

Class

CookiesKnockOutService
Class KnockOutService.

Namespace

Drupal\cookies

Code

public function doKnockOut() {
  return $this
    ->isCookiesUiAccessible();
}