You are here

public function EntityExtraField::getBuildAttachments in Entity Extra Field 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/EntityExtraField.php \Drupal\entity_extra_field\Entity\EntityExtraField::getBuildAttachments()

Get the build attachments.

Return value

array An array of the build attachments.

Overrides EntityExtraFieldInterface::getBuildAttachments

File

src/Entity/EntityExtraField.php, line 279

Class

EntityExtraField
Define entity extra field.

Namespace

Drupal\entity_extra_field\Entity

Code

public function getBuildAttachments() : array {
  return $this->build_attachments;
}