You are here

public function ConfigEntityRevisionsEditFormInterface::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 ConfigEntityRevisionsEditFormInterface::getRouteParameterName()
ViewRevisionsEditForm::getRouteParameterName in modules/view_revisions/src/ViewRevisionsEditForm.php
Get the route parameter that provides the entity instance.
WebformRevisionsEditForm::getRouteParameterName in modules/webform_revisions/src/WebformRevisionsEditForm.php
Get the route parameter that provides the entity instance.

File

src/ConfigEntityRevisionsEditFormInterface.php, line 18

Class

ConfigEntityRevisionsEditFormInterface
Interface ConfigEntityRevisionsEditFormInterface.

Namespace

Drupal\config_entity_revisions

Code

public function getRouteParameterName();