FacetsSummaryBlockInterface.php in Facets 8
Namespace
Drupal\facets_summaryFile
modules/facets_summary/src/FacetsSummaryBlockInterface.phpView source
<?php
namespace Drupal\facets_summary;
/**
* Provides an interface for facet summary blocks.
*/
interface FacetsSummaryBlockInterface {
/**
* Returns the facets_summary entity associated with this derivative.
*
* @return \Drupal\facets_summary\FacetsSummaryInterface
* The facets_summary entity.
*/
public function getEntity();
}
Interfaces
Name | Description |
---|---|
FacetsSummaryBlockInterface | Provides an interface for facet summary blocks. |