| colorbox.attachment |
service |
./colorbox.services.yml |
Drupal\colorbox\ColorboxAttachment |
| ColorboxAttachment |
class |
src/ColorboxAttachment.php |
An implementation of PageAttachmentInterface for the colorbox library. |
| ColorboxAttachment.php |
file |
src/ColorboxAttachment.php |
|
| ColorboxAttachment::$activation |
property |
src/ColorboxAttachment.php |
The service to determine if colorbox should be activated. |
| ColorboxAttachment::$moduleHandler |
property |
src/ColorboxAttachment.php |
The module handler. |
| ColorboxAttachment::$settings |
property |
src/ColorboxAttachment.php |
The colorbox settings. |
| ColorboxAttachment::attach |
function |
src/ColorboxAttachment.php |
Attach information to the page array. |
| ColorboxAttachment::isApplicable |
function |
src/ColorboxAttachment.php |
Check if the attachment should be added to the current page. |
| ColorboxAttachment::__construct |
function |
src/ColorboxAttachment.php |
Create an instance of ColorboxAttachment. |
| ColorboxFormatter::$attachment |
property |
src/Plugin/Field/FieldFormatter/ColorboxFormatter.php |
Element attachment allowing library to be attached to pages. |
| ElementAttachmentInterface |
interface |
src/ElementAttachmentInterface.php |
An interface for attaching things to the built page. |
| ElementAttachmentInterface.php |
file |
src/ElementAttachmentInterface.php |
|
| ElementAttachmentInterface::attach |
function |
src/ElementAttachmentInterface.php |
Attach information to the page array. |
| ElementAttachmentInterface::isApplicable |
function |
src/ElementAttachmentInterface.php |
Check if the attachment should be added to the current page. |