You are here

public function QuickNodeCloneEntitySettingsFormInterface::getSettings in Quick Node Clone 8

Return the configuration.

Parameters

string $value: The setting name.

Return value

array|mixed|null Returns the setting value if it exists, or NULL.

1 method overrides QuickNodeCloneEntitySettingsFormInterface::getSettings()
QuickNodeCloneEntitySettingsForm::getSettings in src/Form/QuickNodeCloneEntitySettingsForm.php
Return the configuration.

File

src/Form/QuickNodeCloneEntitySettingsFormInterface.php, line 86

Class

QuickNodeCloneEntitySettingsFormInterface
Provides an interface for an Clone Entity forms.

Namespace

Drupal\quick_node_clone\Form

Code

public function getSettings($value);