You are here

public static function WebformRevisionsFormAlter::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/webform_revisions/src/WebformRevisionsFormAlter.php, line 21

Class

WebformRevisionsFormAlter
Class WebformRevisionsFormAlter.

Namespace

Drupal\webform_revisions

Code

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