You are here

public static function ConfigEntityRevisionsFormAlterInterface::getRouteParameterName in Config Entity Revisions 8.2

Route parameter name.

Return value

string The name of the route parameter used to access the config entity.

2 methods override ConfigEntityRevisionsFormAlterInterface::getRouteParameterName()
ViewRevisionsFormAlter::getRouteParameterName in modules/view_revisions/src/ViewRevisionsFormAlter.php
Route parameter name.
WebformRevisionsFormAlter::getRouteParameterName in modules/webform_revisions/src/WebformRevisionsFormAlter.php
Route parameter name.

File

src/ConfigEntityRevisionsFormAlterInterface.php, line 20

Class

ConfigEntityRevisionsFormAlterInterface
Interface ConfigEntityRevisionsFormAlterInterface.

Namespace

Drupal\config_entity_revisions

Code

public static function getRouteParameterName();