You are here

public function ViewRevisionsConverter::contentParameterName in Config Entity Revisions 8.2

File

modules/view_revisions/src/ProxyClass/ParamConverter/ViewRevisionsConverter.php, line 145

Class

ViewRevisionsConverter
Provides a proxy class for \Drupal\view_revisions\ParamConverter\ViewRevisionsConverter.

Namespace

Drupal\view_revisions\ProxyClass\ParamConverter

Code

public function contentParameterName() {
  return $this
    ->lazyLoadItself()
    ->contentParameterName();
}