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

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 dans src/ColorboxAttachment.php
Check if the attachment should be added to the current page.

Fichier

src/ElementAttachmentInterface.php, line 24

Classe

ElementAttachmentInterface
An interface for attaching things to the built page.

Namespace

Drupal\colorbox

Code

public function isApplicable();