You are here

function DevelGenerateBaseInterface::getSettings in Devel 8.2

Same name and namespace in other branches
  1. 8.3 devel_generate/src/DevelGenerateBaseInterface.php \Drupal\devel_generate\DevelGenerateBaseInterface::getSettings()
  2. 8 devel_generate/src/DevelGenerateBaseInterface.php \Drupal\devel_generate\DevelGenerateBaseInterface::getSettings()
  3. 4.x devel_generate/src/DevelGenerateBaseInterface.php \Drupal\devel_generate\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

function getSettings();