You are here

public function FacetsSummaryBlockInterface::getEntity in Facets 8

Returns the facets_summary entity associated with this derivative.

Return value

\Drupal\facets_summary\FacetsSummaryInterface The facets_summary entity.

1 method overrides FacetsSummaryBlockInterface::getEntity()
FacetsSummaryBlock::getEntity in modules/facets_summary/src/Plugin/Block/FacetsSummaryBlock.php
Returns the facets_summary entity associated with this derivative.

File

modules/facets_summary/src/FacetsSummaryBlockInterface.php, line 16

Class

FacetsSummaryBlockInterface
Provides an interface for facet summary blocks.

Namespace

Drupal\facets_summary

Code

public function getEntity();