You are here

interface FacetsSummaryBlockInterface in Facets 8

Provides an interface for facet summary blocks.

Hierarchy

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_summary
View 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

Namesort descending Modifiers Type Description Overrides
FacetsSummaryBlockInterface::getEntity public function Returns the facets_summary entity associated with this derivative. 1