You are here

public function ElementAttachmentInterface::isApplicable in jQuery World Calendars API 3.x

Check if the attachment should be added to the current page.

Return value

bool TRUE if the attachment should be added to the current page.

1 method overrides ElementAttachmentInterface::isApplicable()
Attachment::isApplicable in src/Attachment.php
Check if the attachment should be added to the current page.

File

src/ElementAttachmentInterface.php, line 24

Class

ElementAttachmentInterface
An interface for attaching things to the built page.

Namespace

Drupal\jquery_calendar

Code

public function isApplicable();