You are here

public function FormHelper::getInstanceId in Simple XML sitemap 4.x

Same name and namespace in other branches
  1. 8.3 src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::getInstanceId()
  2. 8.2 src/Form/FormHelper.php \Drupal\simple_sitemap\Form\FormHelper::getInstanceId()

Return value

string

1 call to FormHelper::getInstanceId()
FormHelper::negotiateSettings in src/Form/FormHelper.php

File

src/Form/FormHelper.php, line 214

Class

FormHelper
Class FormHelper

Namespace

Drupal\simple_sitemap\Form

Code

public function getInstanceId() : ?string {
  return $this->instanceId;
}