You are here

public function ReviewFormSwitcherInterface::getPropertyFromForm in User Merge 2.x

Get id of property.

Parameters

string $class: Multi step form class name.

Return value

string Property id.

1 method overrides ReviewFormSwitcherInterface::getPropertyFromForm()
ReviewFormSwitcher::getPropertyFromForm in src/ReviewFormSwitcher.php
Get id of property.

File

src/ReviewFormSwitcherInterface.php, line 80

Class

ReviewFormSwitcherInterface
Interface ReviewFormSwitcherInterface.

Namespace

Drupal\usermerge

Code

public function getPropertyFromForm($class) : string;