You are here

public function ConfigEntityRevisionsOverviewFormBaseInterface::getRouteParameterName in Config Entity Revisions 8.2

Get the route parameter that provides the entity instance.

Return value

string The route parameter name.

2 methods override ConfigEntityRevisionsOverviewFormBaseInterface::getRouteParameterName()
ViewRevisionsOverviewForm::getRouteParameterName in modules/view_revisions/src/Form/ViewRevisionsOverviewForm.php
Get the route parameter that provides the entity instance.
WebformRevisionsOverviewForm::getRouteParameterName in modules/webform_revisions/src/Form/WebformRevisionsOverviewForm.php
Get the route parameter that provides the entity instance.

File

src/ConfigEntityRevisionsOverviewFormBaseInterface.php, line 74

Class

ConfigEntityRevisionsOverviewFormBaseInterface
Interface ConfigEntityRevisionsOverviewFormBaseInterface.

Namespace

Drupal\config_entity_revisions

Code

public function getRouteParameterName();