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\usermergeCode
public function getValueFromStore($property, $name);