You are here

public function ActivationCheckInterface::isActive in jQuery World Calendars API 3.x

Check if library should be activated for the current page.

Return value

bool If library should be active.

1 method overrides ActivationCheckInterface::isActive()
ActivationCheck::isActive in src/ActivationCheck.php
Check if library should be activated for the current page.

File

src/ActivationCheckInterface.php, line 16

Class

ActivationCheckInterface
An interface for checking if library should be active.

Namespace

Drupal\jquery_calendar

Code

public function isActive();