public function WebformInterface::unsetThirdPartySettings in Webform 8.5
Same name and namespace in other branches
- 6.x src/WebformInterface.php \Drupal\webform\WebformInterface::unsetThirdPartySettings()
Unsets all third-party settings of a given module.
Parameters
string $module: The module providing the third-party settings.
1 method overrides WebformInterface::unsetThirdPartySettings()
- Webform::unsetThirdPartySettings in src/
Entity/ Webform.php - Unsets all third-party settings of a given module.
File
- src/
WebformInterface.php, line 1249
Class
- WebformInterface
- Provides an interface defining a webform entity.
Namespace
Drupal\webformCode
public function unsetThirdPartySettings($module);