You are here

public function TaxonomyViewsIntegratorManagerInterface::getTaxonomyTermView in Taxonomy Views Integrator 8

Return the taxonomy term View per taxonomy view integrator settings.

Parameters

\Drupal\taxonomy\TermInterface $taxonomy_term: The term to render the view for.

Return value

array Views results render array.

1 method overrides TaxonomyViewsIntegratorManagerInterface::getTaxonomyTermView()
TaxonomyViewsIntegratorManager::getTaxonomyTermView in src/Service/TaxonomyViewsIntegratorManager.php
Return the taxonomy term View per taxonomy view integrator settings.

File

src/Service/TaxonomyViewsIntegratorManagerInterface.php, line 21

Class

TaxonomyViewsIntegratorManagerInterface
Define API for returning a view assigned to a taxonomy term or vocabulary.

Namespace

Drupal\tvi\Service

Code

public function getTaxonomyTermView(TermInterface $taxonomy_term);