public function EntityExtraFieldInterface::getBuildAttachments in Entity Extra Field 8
Same name and namespace in other branches
- 2.0.x src/Entity/EntityExtraFieldInterface.php \Drupal\entity_extra_field\Entity\EntityExtraFieldInterface::getBuildAttachments()
Get the build attachments.
Return value
array An array of the build attachments.
1 method overrides EntityExtraFieldInterface::getBuildAttachments()
- EntityExtraField::getBuildAttachments in src/
Entity/ EntityExtraField.php - Get the build attachments.
File
- src/
Entity/ EntityExtraFieldInterface.php, line 152
Class
- EntityExtraFieldInterface
- Define entity extra field interface.
Namespace
Drupal\entity_extra_field\EntityCode
public function getBuildAttachments();