You are here

public function WebformInterface::getSettings in Webform 8.5

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

Returns the webform settings.

Return value

array A structured array containing all the webform settings.

1 method overrides WebformInterface::getSettings()
Webform::getSettings in src/Entity/Webform.php
Returns the webform settings.

File

src/WebformInterface.php, line 536

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public function getSettings();