You are here

public function WebformInterface::getElementsAttachments in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::getElementsAttachments()

Get webform attachment elements.

Return value

array Webform attachment elements.

1 method overrides WebformInterface::getElementsAttachments()
Webform::getElementsAttachments in src/Entity/Webform.php
Get webform attachment elements.

File

src/WebformInterface.php, line 775

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function getElementsAttachments();