You are here

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

Remove all settings from store.

Parameters

string $property: Id of property plugin.

1 method overrides MultiStepStorageInterface::delete()
MultiStepStorage::delete in src/MultiStepStorage.php

File

src/MultiStepStorageInterface.php, line 72

Class

MultiStepStorageInterface
Interface MultiStepStorageInterface.

Namespace

Drupal\usermerge

Code

public function delete($property) : void;