You are here

public static function WebformInterface::getDefaultSettings in Webform 8.5

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

Returns the webform default settings.

Return value

array A structured array containing all the webform default settings.

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

File

src/WebformInterface.php, line 646

Class

WebformInterface
Provides an interface defining a webform entity.

Namespace

Drupal\webform

Code

public static function getDefaultSettings();