You are here

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

Get default value.

Parameters

string $property: Id of property plugin.

string $name: Field name.

Return value

string|null Field value.

1 method overrides MultiStepStorageInterface::getValueFromStore()
MultiStepStorage::getValueFromStore in src/MultiStepStorage.php
Get default value.

File

src/MultiStepStorageInterface.php, line 25

Class

MultiStepStorageInterface
Interface MultiStepStorageInterface.

Namespace

Drupal\usermerge

Code

public function getValueFromStore($property, $name);