public function MultiStepStorageInterface::setValues in User Merge 2.x
Save form values in store.
Parameters
string $property: Id of property plugin.
array $values: An associative array of values submitted to the form.
Throws
\Drupal\Core\TempStore\TempStoreException
1 method overrides MultiStepStorageInterface::setValues()
- MultiStepStorage::setValues in src/
MultiStepStorage.php - Save form values in store.
File
- src/
MultiStepStorageInterface.php, line 48
Class
- MultiStepStorageInterface
- Interface MultiStepStorageInterface.
Namespace
Drupal\usermergeCode
public function setValues($property, array $values) : void;