You are here

public function WidgetSettingsInterface::getAllowedSettings in Maxlength 8

Returns which settings are allowed for a widget.

Parameters

string $widget_plugin_id: The plugin id of a widget.

Return value

array() An array with all the settings which are allowed for a plugin id.

1 method overrides WidgetSettingsInterface::getAllowedSettings()
WidgetSettings::getAllowedSettings in src/WidgetSettings.php

File

src/WidgetSettingsInterface.php, line 19

Class

WidgetSettingsInterface
The WidgetManagerInterface interface definition.

Namespace

Drupal\maxlength

Code

public function getAllowedSettings($widget_plugin_id);