function DevelGenerateBaseInterface::getSettings

Returns the current settings for the plugin.

Return value

array The array of current setting values, keyed by setting names.

1 method overrides DevelGenerateBaseInterface::getSettings()
DevelGenerateBase::getSettings in devel_generate/src/DevelGenerateBase.php
Returns the current settings for the plugin.

File

devel_generate/src/DevelGenerateBaseInterface.php, line 42

Class

DevelGenerateBaseInterface
Base interface definition for "DevelGenerate" plugins.

Namespace

Drupal\devel_generate

Code

public function getSettings();