interface ActivationCheckInterface in jQuery World Calendars API 3.x
An interface for checking if library should be active.
Hierarchy
- interface \Drupal\jquery_calendar\ActivationCheckInterface
Expanded class hierarchy of ActivationCheckInterface
All classes that implement ActivationCheckInterface
File
- src/
ActivationCheckInterface.php, line 8
Namespace
Drupal\jquery_calendarView source
interface ActivationCheckInterface {
/**
* Check if library should be activated for the current page.
*
* @return bool
* If library should be active.
*/
public function isActive();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ActivationCheckInterface:: |
public | function | Check if library should be activated for the current page. | 1 |