public function ElementAttachmentInterface::attach in jQuery World Calendars API 3.x
Attach information to the page array.
Parameters
array $element: The page array.
1 method overrides ElementAttachmentInterface::attach()
- Attachment::attach in src/
Attachment.php - @todo: Add validation API for component availability.
File
- src/
ElementAttachmentInterface.php, line 16
Class
- ElementAttachmentInterface
- An interface for attaching things to the built page.
Namespace
Drupal\jquery_calendarCode
public function attach(array &$element);