You are here

public function ViewRevisionsOverviewForm::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/view_revisions/src/Form/ViewRevisionsOverviewForm.php, line 27

Class

ViewRevisionsOverviewForm
Provides a form for reverting a view_revisions revision.

Namespace

Drupal\view_revisions\Form

Code

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