You are here

interface WebformThirdPartySettingsManagerInterface in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformThirdPartySettingsManagerInterface.php \Drupal\webform\WebformThirdPartySettingsManagerInterface

Defines an interface for webform third party settings manager classes.

Hierarchy

Expanded class hierarchy of WebformThirdPartySettingsManagerInterface

All classes that implement WebformThirdPartySettingsManagerInterface

File

src/WebformThirdPartySettingsManagerInterface.php, line 10

Namespace

Drupal\webform
View 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

Namesort descending Modifiers Type Description Overrides
ThirdPartySettingsInterface::getThirdPartyProviders public function Gets the list of third parties that store information. 5
ThirdPartySettingsInterface::getThirdPartySetting public function Gets the value of a third-party setting. 5
ThirdPartySettingsInterface::getThirdPartySettings public function Gets all third-party settings of a given module. 5
ThirdPartySettingsInterface::setThirdPartySetting public function Sets the value of a third-party setting. 5
ThirdPartySettingsInterface::unsetThirdPartySetting public function Unsets a third-party setting. 5
WebformThirdPartySettingsManagerInterface::alter public function Wrapper for \Drupal\Core\Extension\ModuleHandlerInterface::alter. 1