You are here

public function MultiStepStorageInterface::getValuesFromStore in User Merge 2.x

Get stored values.

Parameters

string $property: Id of property plugin.

Return value

array Field value.

1 method overrides MultiStepStorageInterface::getValuesFromStore()
MultiStepStorage::getValuesFromStore in src/MultiStepStorage.php
Get stored values.

File

src/MultiStepStorageInterface.php, line 36

Class

MultiStepStorageInterface
Interface MultiStepStorageInterface.

Namespace

Drupal\usermerge

Code

public function getValuesFromStore($property);