public function WebformPluginSettingsInterface::getSettings in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformPluginSettingsInterface.php \Drupal\webform\Plugin\WebformPluginSettingsInterface::getSettings()
Returns the plugin's settings.
Return value
array A structured array containing all the plugin's settings.
File
- src/
Plugin/ WebformPluginSettingsInterface.php, line 16
Class
- WebformPluginSettingsInterface
- An interface for managing a plugin's settings\.
Namespace
Drupal\webform\PluginCode
public function getSettings();