You are here

public function TagInterface::getAttachments in Extensible BBCode 8.3

Same name and namespace in other branches
  1. 4.0.x src/Entity/TagInterface.php \Drupal\xbbcode\Entity\TagInterface::getAttachments()

Return the attachments for this tag.

Return value

array A valid array to put into #attached.

1 method overrides TagInterface::getAttachments()
Tag::getAttachments in src/Entity/Tag.php
Return the attachments for this tag.

File

src/Entity/TagInterface.php, line 60

Class

TagInterface
Defines the interface for custom tag entities.

Namespace

Drupal\xbbcode\Entity

Code

public function getAttachments() : array;