Same name and namespace in other branches
  1. 8.x-1.x src/ElementAttachmentInterface.php \Drupal\colorbox\ElementAttachmentInterface::isApplicable() 1 comment

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\colorbox

Code

public function isApplicable();