You are here

public function WebformAddonsManagerInterface::getThirdPartySettings in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/WebformAddonsManagerInterface.php \Drupal\webform\WebformAddonsManagerInterface::getThirdPartySettings()

Get add-on projects that support third party settings.

Return value

array An associative array containing add-on projects that support third party settings.

1 method overrides WebformAddonsManagerInterface::getThirdPartySettings()
WebformAddonsManager::getThirdPartySettings in src/WebformAddonsManager.php
Get add-on projects that support third party settings.

File

src/WebformAddonsManagerInterface.php, line 39

Class

WebformAddonsManagerInterface
Defines an interface for webform add-ons classes.

Namespace

Drupal\webform

Code

public function getThirdPartySettings();