You are here

public function PixelBuilderServiceInterface::isEnabled in Simple Facebook Pixel 8

Checks if Facebook Pixel should be enabled.

Return value

bool True if enabled, False otherwise.

1 method overrides PixelBuilderServiceInterface::isEnabled()
PixelBuilderService::isEnabled in src/PixelBuilderService.php
Checks if Facebook Pixel should be enabled.

File

src/PixelBuilderServiceInterface.php, line 32

Class

PixelBuilderServiceInterface
Interface PixelBuilderServiceInterface.

Namespace

Drupal\simple_facebook_pixel

Code

public function isEnabled();