You are here

public function ContactFormRevisionsConverter::contentParameterName in Config Entity Revisions 8.2

File

modules/contact_form_revisions/src/ProxyClass/ParamConverter/ContactFormRevisionsConverter.php, line 145

Class

ContactFormRevisionsConverter
Provides a proxy class for \Drupal\contact_form_revisions\ParamConverter\ContactFormRevisionsConverter.

Namespace

Drupal\contact_form_revisions\ProxyClass\ParamConverter

Code

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