public function ActivationCheckInterface::isActive in Colorbox 8
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\colorboxCode
public function isActive();