interface FacetsSummaryBlockInterface in Facets 8
Provides an interface for facet summary blocks.
Hierarchy
- interface \Drupal\facets_summary\FacetsSummaryBlockInterface
Expanded class hierarchy of FacetsSummaryBlockInterface
All classes that implement FacetsSummaryBlockInterface
1 file declares its use of FacetsSummaryBlockInterface
- FacetsSummaryBlock.php in modules/
facets_summary/ src/ Plugin/ Block/ FacetsSummaryBlock.php
File
- modules/
facets_summary/ src/ FacetsSummaryBlockInterface.php, line 8
Namespace
Drupal\facets_summaryView source
interface FacetsSummaryBlockInterface {
/**
* Returns the facets_summary entity associated with this derivative.
*
* @return \Drupal\facets_summary\FacetsSummaryInterface
* The facets_summary entity.
*/
public function getEntity();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FacetsSummaryBlockInterface:: |
public | function | Returns the facets_summary entity associated with this derivative. | 1 |