You are here

public function EntityReferenceRevisions::evenEmpty in Entity Reference Revisions 8

Should the output of the style plugin be rendered even if it's a empty view.

Overrides StylePluginBase::evenEmpty

File

src/Plugin/views/style/EntityReferenceRevisions.php, line 100

Class

EntityReferenceRevisions
EntityReferenceRevisions style plugin.

Namespace

Drupal\entity_reference_revisions\Plugin\views\style

Code

public function evenEmpty() {
  return TRUE;
}