You are here

public function ProductBundleSettingsForm::getFormId in Commerce Product Bundle 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/ProductBundleSettingsForm.php, line 21

Class

ProductBundleSettingsForm
Provides the product bundle settings form.

Namespace

Drupal\commerce_product_bundle\Form

Code

public function getFormId() {
  return 'commerce_product_bundle_settings';
}