You are here

interface ActivationCheckInterface in jQuery World Calendars API 3.x

An interface for checking if library should be active.

Hierarchy

Expanded class hierarchy of ActivationCheckInterface

All classes that implement ActivationCheckInterface

File

src/ActivationCheckInterface.php, line 8

Namespace

Drupal\jquery_calendar
View source
interface ActivationCheckInterface {

  /**
   * Check if library should be activated for the current page.
   *
   * @return bool
   *   If library should be active.
   */
  public function isActive();

}

Members

Namesort descending Modifiers Type Description Overrides
ActivationCheckInterface::isActive public function Check if library should be activated for the current page. 1