You are here

public function FacetSource::getBreadcrumbSettings in Facets 8

Returns an array with breadcrumb settings.

Return value

array The breadcrumb settings.

Overrides FacetSourceInterface::getBreadcrumbSettings

File

src/Entity/FacetSource.php, line 118

Class

FacetSource
Defines the facet source configuration entity.

Namespace

Drupal\facets\Entity

Code

public function getBreadcrumbSettings() {
  return $this->breadcrumb;
}