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\ParamConverterCode
public function hasOwnContent() {
return $this
->lazyLoadItself()
->hasOwnContent();
}