You are here

public function WebformRevisionsOverviewForm::getRouteParameterName in Config Entity Revisions 8.2

Get the route parameter that provides the entity instance.

Return value

string The route parameter name.

Overrides ConfigEntityRevisionsOverviewFormBaseInterface::getRouteParameterName

File

modules/webform_revisions/src/Form/WebformRevisionsOverviewForm.php, line 27

Class

WebformRevisionsOverviewForm
Provides a form for reverting a webform_revisions revision.

Namespace

Drupal\webform_revisions\Form

Code

public function getRouteParameterName() {
  return 'webform';
}