interface ElementAttachmentInterface in jQuery World Calendars API 3.x
An interface for attaching things to the built page.
Hierarchy
- interface \Drupal\jquery_calendar\ElementAttachmentInterface
 
Expanded class hierarchy of ElementAttachmentInterface
All classes that implement ElementAttachmentInterface
File
- src/
ElementAttachmentInterface.php, line 8  
Namespace
Drupal\jquery_calendarView source
interface ElementAttachmentInterface {
  /**
   * Attach information to the page array.
   *
   * @param array $element
   *   The page array.
   */
  public function attach(array &$element);
  /**
   * Check if the attachment should be added to the current page.
   *
   * @return bool
   *   TRUE if the attachment should be added to the current page.
   */
  public function isApplicable();
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            ElementAttachmentInterface:: | 
                  public | function | Attach information to the page array. | 1 | 
| 
            ElementAttachmentInterface:: | 
                  public | function | Check if the attachment should be added to the current page. | 1 |