view/src/SimpleEntityTermsView.php
Method getHeadingHtml
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getHeadingHtml(
$languageCode,
EntityId $entityId = null,
AliasGroupList $aliasGroups = null
) {
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
HtmlTermRenderer $htmlTermRenderer,
LabelDescriptionLookup $labelDescriptionLookup,
TemplateFactory $templateFactory,
EditSectionGenerator $sectionEditLinkGenerator,
TermsListView $termsListView,
Method getHtml
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$mainLanguageCode,
TermList $labels,
TermList $descriptions,
AliasGroupList $aliasGroups = null,
EntityId $entityId = null