You are here

public static function ViewRevisionsFormAlter::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.

Overrides ConfigEntityRevisionsFormAlterInterface::getRouteParameterName

File

modules/view_revisions/src/ViewRevisionsFormAlter.php, line 21

Class

ViewRevisionsFormAlter
Class ViewRevisionsFormAlter.

Namespace

Drupal\view_revisions

Code

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