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

Overrides ElementAttachmentInterface::isApplicable

File

src/ColorboxAttachment.php, line 50

Class

ColorboxAttachment
An implementation of PageAttachmentInterface for the colorbox library.

Namespace

Drupal\colorbox

Code

public function isApplicable() {
    return !InstallerKernel::installationAttempted() && $this->activation
        ->isActive();
}