You are here

FacetsSummaryBlockInterface.php in Facets 8

File

modules/facets_summary/src/FacetsSummaryBlockInterface.php
View 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

Namesort descending Description
FacetsSummaryBlockInterface Provides an interface for facet summary blocks.