interface WebformThirdPartySettingsManagerInterface in Webform 6.x
Same name and namespace in other branches
- 8.5 src/WebformThirdPartySettingsManagerInterface.php \Drupal\webform\WebformThirdPartySettingsManagerInterface
Defines an interface for webform third party settings manager classes.
Hierarchy
- interface \Drupal\Core\Config\Entity\ThirdPartySettingsInterface
- interface \Drupal\webform\WebformThirdPartySettingsManagerInterface
Expanded class hierarchy of WebformThirdPartySettingsManagerInterface
All classes that implement WebformThirdPartySettingsManagerInterface
File
- src/
WebformThirdPartySettingsManagerInterface.php, line 10
Namespace
Drupal\webformView source
interface WebformThirdPartySettingsManagerInterface extends ThirdPartySettingsInterface {
/**
* Wrapper for \Drupal\Core\Extension\ModuleHandlerInterface::alter.
*
* Loads all webform third party settings before execute alter hooks.
*
* @see \Drupal\webform\WebformThirdPartySettingsManager::__construct
*/
public function alter($type, &$data, &$context1 = NULL, &$context2 = NULL);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ThirdPartySettingsInterface:: |
public | function | Gets the list of third parties that store information. | 5 |
ThirdPartySettingsInterface:: |
public | function | Gets the value of a third-party setting. | 5 |
ThirdPartySettingsInterface:: |
public | function | Gets all third-party settings of a given module. | 5 |
ThirdPartySettingsInterface:: |
public | function | Sets the value of a third-party setting. | 5 |
ThirdPartySettingsInterface:: |
public | function | Unsets a third-party setting. | 5 |
WebformThirdPartySettingsManagerInterface:: |
public | function | Wrapper for \Drupal\Core\Extension\ModuleHandlerInterface::alter. | 1 |