You are here

public function WebformRevisionsEditForm::getRouteParameterName in Config Entity Revisions 8.2

Get the route parameter that provides the entity instance.

Return value

string The route parameter name.

Overrides ConfigEntityRevisionsEditFormInterface::getRouteParameterName

File

modules/webform_revisions/src/WebformRevisionsEditForm.php, line 23

Class

WebformRevisionsEditForm
Class WebformRevisionsEditForm.

Namespace

Drupal\webform_revisions

Code

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