You are here

public function ContextualRangeFilterAssignmentForm::getFormId in Views Contextual Range Filter 8

Return the form id.

Overrides FormInterface::getFormId

File

src/Form/ContextualRangeFilterAssignmentForm.php, line 24

Class

ContextualRangeFilterAssignmentForm
Convert selected contextual filters to contextual range filters.

Namespace

Drupal\contextual_range_filter\Form

Code

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