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

Check if colorbox should be activated for the current page.

Return value

bool If colorbox should be active.

1 method overrides ActivationCheckInterface::isActive()
ActivationCheck::isActive in src/ActivationCheck.php
Check if colorbox should be activated for the current page.

File

src/ActivationCheckInterface.php, line 16

Class

ActivationCheckInterface
An interface for checking if colorbox should be active.

Namespace

Drupal\colorbox

Code

public function isActive();