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

Overrides ElementAttachmentInterface::isApplicable

Fichier

src/ColorboxAttachment.php, line 50

Classe

ColorboxAttachment
An implementation of PageAttachmentInterface for the colorbox library.

Namespace

Drupal\colorbox

Code

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