getValues(); if ($this instanceof WidgetInterface) { $values = $values['table'][$this->uuid()]['form']; } if (!empty($values)) { foreach ($values as $key => $value) { if (array_key_exists($key, $this->configuration)) { $this->configuration[$key] = $value; } } } } }