public function ElementAttachmentInterface::isApplicable in Colorbox 8
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()
- ColorboxAttachment::isApplicable in src/
ColorboxAttachment.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\colorboxCode
public function isApplicable();