You are here

public function WebformInterface::hasAttachments in Webform 8.5

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

Determine if the webform's elements include attachments.

Return value

bool TRUE if the webform's elements include attachments.

1 method overrides WebformInterface::hasAttachments()
Webform::hasAttachments in src/Entity/Webform.php
Determine if the webform's elements include attachments.

File

src/WebformInterface.php, line 192

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function hasAttachments();