| Titre | Object type | Nom du fichier | Résumé |
|---|---|---|---|
| colorbox.attachment | service | ./ |
Drupal\colorbox\ColorboxAttachment |
| ColorboxAttachment | class | src/ |
An implementation of PageAttachmentInterface for the colorbox library. |
| ColorboxAttachment.php | file | src/ |
|
| ColorboxAttachment::$activation | property | src/ |
The service to determine if colorbox should be activated. |
| ColorboxAttachment::$moduleHandler | property | src/ |
The module handler. |
| ColorboxAttachment::$settings | property | src/ |
The colorbox settings. |
| ColorboxAttachment::attach | function | src/ |
Attach information to the page array. |
| ColorboxAttachment::isApplicable | function | src/ |
Check if the attachment should be added to the current page. |
| ColorboxAttachment::__construct | function | src/ |
Create an instance of ColorboxAttachment. |
| ColorboxFormatter::$attachment | property | src/ |
Element attachment allowing library to be attached to pages. |
| ElementAttachmentInterface | interface | src/ |
An interface for attaching things to the built page. |
| ElementAttachmentInterface.php | file | src/ |
|
| ElementAttachmentInterface::attach | function | src/ |
Attach information to the page array. |
| ElementAttachmentInterface::isApplicable | function | src/ |
Check if the attachment should be added to the current page. |