You are here

public function ViewRevisionsConverter::hasOwnContent in Config Entity Revisions 8.2

File

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

Class

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

Namespace

Drupal\view_revisions\ProxyClass\ParamConverter

Code

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