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

Attach information to the page array.

Paramètres

array $element: The page array.

1 method overrides ElementAttachmentInterface::attach()
ColorboxAttachment::attach dans src/ColorboxAttachment.php
Attach information to the page array.

Fichier

src/ElementAttachmentInterface.php, line 16

Classe

ElementAttachmentInterface
An interface for attaching things to the built page.

Namespace

Drupal\colorbox

Code

public function attach(array &$element);