public function ErlStateResetCommand::__construct in Entity Reference with Layout 8
Constructs an ErlState instance.
File
- src/
Ajax/ ErlStateResetCommand.php, line 22
Class
- ErlStateResetCommand
- Class ErlState.
Namespace
Drupal\entity_reference_layout\AjaxCode
public function __construct($id) {
$this->id = $id;
}