public static function WebformInterface::getDefaultSettings in Webform 8.5
Same name and namespace in other branches
- 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\webformCode
public static function getDefaultSettings();