
| Current Path : /var/www/html/12park/web/modules/contrib/webform/src/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/12park/web/modules/contrib/webform/src/WebformThirdPartySettingsManagerInterface.php |
<?php
namespace Drupal\webform;
use Drupal\Core\Config\Entity\ThirdPartySettingsInterface;
/**
* Defines an interface for webform third party settings manager classes.
*/
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);
}